// JavaScript Document

	function FullscreenLoad(){
		try{
			var WinRevista=window.open('revistaDigital/papelaweb.htm','Papelaweb','scrollbars=yes,left=0,top=0');
			WinRevista.resizeTo(screen.availWidth,screen.availHeight);
		}
		catch(e){
			window.location='revistaDigital/papelaweb.htm';
		}
	}
