function popupEnd(end) {
	window.open("clinicas_end.php?estado=" + end + "","_blank","width=400,height=150,left=200,top=200");
}
	
function popupOutrosProjetos() {
	window.open("outros_projetos.html","_blank","width=600,height=550,scrollbars=yes,menubar=yes,left=50,top=50");
}

function janela800x600() {
	if (parseInt(navigator.appVersion)>3) {
		 if (navigator.appName=="Netscape") {
		  winW = window.innerWidth;
		  winH = window.innerHeight;
		 }
		 if (navigator.appName.indexOf("Microsoft")!=-1) {
		  winW = document.body.offsetWidth;
		  winH = document.body.offsetHeight;
		 }
	}
		if (winW < 784) {
		document.getElementById("geral").style.left = "392px";
		}
		
		if (winH < 466) {
		document.getElementById("geral").style.top = "233px";
		}
	
	}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}


window.onload=function() {
	janela800x600();
}

window.onresize=function() {
	 window.location.href = window.location.href;
	}
