		function openNewWindow (URLtoOpen,windowName,w,h) { 
			newWindow=window.open(URLtoOpen,windowName,'top=30,left=30,toolbar=no,scrollbars=yes,statusbar=no,resizable=yes,width='+w+',height='+h); 
		}
		
		var win=null;
		function openNewWindow2(mypage,myname,w,h,pos,infocus){
			var h='315';
			if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
				if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
				else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
				settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,statusbar=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
			win.focus();}
	
		
		

		function maximizar() {
		var a=1
		var b=2
			if (a==b) {
				alert(a==b);
			}			
		}

		function MM_reloadPage(init) {
			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();
			}
			MM_reloadPage(true);