// JavaScript Document

		
				
				function base() 
				{ 
				var url = 'base.html'
				var width = screen.availWidth; 
				var height = screen.availHeight; 
				var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
				specs += ",width=" + width + ",height=" + height; 
				specs += ",scrollbars=no,toolbar=no,menubar=no"; 
				specs += ",status=no,location=no"; 
				specs += ",directories=no,resizable=no,alwaysRaised"; 
				//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
				var Popup = window.open(url, 'pop', specs); 
				Popup.resizeTo(width,height);
				//vete();
				}
				
				function base_cat() 
				{ 
				var url = 'base_cat.html'
				var width = screen.availWidth; 
				var height = screen.availHeight; 
				var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
				specs += ",width=" + width + ",height=" + height; 
				specs += ",scrollbars=no,toolbar=no,menubar=no"; 
				specs += ",status=no,location=no"; 
				specs += ",directories=no,resizable=no,alwaysRaised"; 
				//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
				var Popup = window.open(url, 'pop', specs); 
				Popup.resizeTo(width,height);
				//vete();
				}
				
	
				function nota() { 
		var url = 'nota-legal.html'
		var width = 550; 
		var height = 600; 
		//var width = screen.availWidth; 
		//var height = screen.availHeight; 
		var izda= ((screen.availWidth-width)/2);
		var superior= ((screen.availHeight-height)/2);
		
		var specs = "fullscreen=no,left=" + izda +",top=" + superior +",screenX=0,screenY=0"; 
		specs += ",width=" + width + ",height=" + height; 
		specs += ",scrollbars=yes,toolbar=no,menubar=no"; 
		specs += ",status=no,location=no"; 
		specs += ",directories=no,resizable=no,alwaysRaised"; 
		//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
		var Popup = window.open(url, 'notalegal', specs); 
		Popup.resizeTo(width,height);
		Popup.focus();
		//vete();
}


				function notacat() { 
		var url = 'nota-legal-cat.html'
		var width = 550; 
		var height = 600; 
		//var width = screen.availWidth; 
		//var height = screen.availHeight; 
		var izda= ((screen.availWidth-width)/2);
		var superior= ((screen.availHeight-height)/2);
		
		var specs = "fullscreen=no,left=" + izda +",top=" + superior +",screenX=0,screenY=0"; 
		specs += ",width=" + width + ",height=" + height; 
		specs += ",scrollbars=yes,toolbar=no,menubar=no"; 
		specs += ",status=no,location=no"; 
		specs += ",directories=no,resizable=no,alwaysRaised"; 
		//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
		var Popup = window.open(url, 'notalegal', specs); 
		Popup.resizeTo(width,height);
		Popup.focus();
		//vete();
}

				
			
