defaultStatus =  ' SNOWPLANET  '

function abrir() 
{ 
var url="../55/index.html";	
var width = Number(screen.availWidth); 
var height = Number(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; 
window.location=url; 
window.moveTo(0,0);
window.resizeTo(width,height);

//vete();
}
function ini_home() { 
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='100%' height='100%' align='middle'>"
+"    <param name='allowScriptAccess' value='sameDomain' />"
+"    <param name='movie' value='home.swf' />"
+"    <param name='quality' value='high' />"
+"    <param name='menu' value='false'>"
+"    <param name='scale' value='noscale'>"
+"<param name='salign' value='TL'><embed src='home.swf' menu=false quality=high scale=noscale salign=LT  width='100%' height='100%' align='' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");
}