w=screen.width; h=screen.height;


function apriPagina(_name,_lang,_scroll)
{	srcmain="f1024.php"
	if(w<800){_scroll="yes";srcmain="f800.php";}
	else if(w<=800)srcmain="f800.php?lang="+_lang;
	else srcmain="f1024.php?lang="+_lang;
	window.open(srcmain,_name,"channelmode=0,fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=0,top=0,screenX=0,screenY=0,width="+(w-2)+",height="+(h-36));
}

function swf(_swf,_w,_h,_bg){document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\"");
document.write(" WIDTH=\""+_w+"\" HEIGHT=\""+_h+"\" id=\""+_swf+"\" ALIGN=\"\"><param name=wmode value=transparent>");
document.write("<PARAM NAME=movie VALUE=\""+_swf+"\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=\""+_bg+"\">"); 
document.write("<EMBED src=\""+_swf+"\" quality=high bgcolor=\""+_bg+"\" WIDTH=\""+_w+"\" HEIGHT=\""+_h+"\" NAME=\""+_swf+"\" ALIGN=\"\"");
document.write(" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>");}

