defaultStatus = "RAINERS BOOTS";
var ps11=0;
function pantalla(pagina) {
window.open(pagina,'','fullscreen','toolbar=no,menubar=no,scrollbars=no,resizable=no');
}

function comp(ps11) {
if(ps11==1){
top.close();
}
}

function pantallacompleta(pagina) {
window.open(pagina,'','fullscreen=yes','toolbar=no,menubar=no,scrollbars=no,resizable=no');
}

	// Esto sólo es necesario para navegadores Netscape.
	function flashGetHref() { return location.href; }
	function flashPutHref(href) { location.href = href; }
	function flashGetTitle() { return document.title; }
	function flashPutTitle(title) { document.title = title; }

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false");


function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=900,height=600');");
}

var win=null;
function mostrarimagen(url_imagen,titulo){
 	var img = new Image();
 	img.src = url_imagen;
	win=window.open('','','width='+img.width+',height='+img.height+',scrollbars=yes,resizable=1,toolbar=0');
	win.document.write ('<html>\n');
	win.document.write (' <head>\n');
	win.document.write (' <META HTTP-EQUIV="IMAGETOOLBAR" CONTENT="NO">\n');
	win.document.write (' <script type="text/javascript" language="JavaScript1.2" src="var.js"></script>\n');
	win.document.write ('  <title>'+titulo+'</title>\n');
	win.document.write (' </head>\n');
	win.document.write (' <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	win.document.write ('  <img src="' + url_imagen + '" height='+img.height+' width='+img.width+'>\n');
	win.document.write (' </body>\n');
	win.document.write ('</html>\n');	
}

function cambiacolor(tipocolor){
 	lado.document.write ('<html>\n');
	lado.document.write (' <head>\n');
	lado.document.write (' <body bgcolor="#' + tipocolor + '" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	lado.document.write (' </body>\n');
	lado.document.write ('</html>\n');	
}
var win1=null;
function mostrarimagen2(url_imagen,titulo){
 	var img = new Image();
	win1=window.open(''+url_imagen+'',''+titulo+'','width=500,height='+screen.height+',scrollbars=yes,resizable=1,toolbar=0');
}


function setVariables() {
if (navigator.appName == "Netscape") {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}else{
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
}
}

function checkLocation() {
object="object1";
yy=eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
