defaultStatus =  ' UDON  '

function udonen() 
{ 
var url = 'baseingles.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, 'udon', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}

function udoncat() 
{ 
var url = 'basecat.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, 'udon', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}
function udoncast() 
{ 
var url = 'basecast.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, 'udon', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}

function menciones() 
{ 
var url = 'premios/premios.htm'
var width = 400; 
var height = 185; 
var specs = "fullscreen=no,left=10,top=10,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, 'udon awards', specs); 
Popup.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='top'>"
+"    <param name='allowScriptAccess' value='sameDomain' />"
+"    <param name='movie' value='base_escalador.swf' />"
+"    <param name='quality' value='high' />"
+"    <param name='menu' value='false'>"
+"    <param name='scale' value='noscale'>"
+"<param name='salign' value='TL'><embed src='base_escalador.swf' menu=false quality=high scale=noscale salign=T  width='100%' height='100%' align='top' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");
}

function ini_home_fwa() { 
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='800' height='600'>"
+"        <param name='movie' value='base_index.swf'>"
+"        <param name='quality' value='high'>"
+"        <embed src='base_index.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='800' height='600'></embed>"
+"      </object>");
}