// JavaScript Document
window.name = "SurgexWindow";
function divChange (ID, pageLocation) {
	$('.changing_div').hide();
	$(ID).fadeIn(1000);
	if (pageLocation) document.location.href='#'+pageLocation;
}

function toggleBtnOn (ID) {
	$(ID).addClass('btnOn');
}

function setImg (ID, imgPath) {
	if (!$(ID).hasClass('btnOn')){
		$(ID).attr('src', imgPath);
	}
}
 

function sitemap(){
	w = window.open('/sitemap.php','sitemap', 'width=320,height=400,resizable=no,scrollbars=no,status=yes').focus();
}
function contactus(){
	w = window.open('/contact.php','contactus', 'width=320,height=400,resizable=no,scrollbars=no,status=yes').focus();
}
function affiliates(){
	w = window.open('/affiliates.php','affiliates', 'width=320,height=400,resizable=no,scrollbars=no,status=yes').focus();
}