function popup(){ 
	window.open('sitio/index.html', '', 'fullscreen=yes,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0');
} 			
	
