// © 2003 evolpyme - www.evolpyme.com - info@evolpyme.com
// amesapuesta_general 0.2 [03.12.2003]

function cambiaImagen(sImg,sName){
 eval("document['"+sName+"'].src='"+sImg+"'");
} 

function ActivoTD(oObj,sBgColor,sColor){  
	  oObj.style.backgroundColor=sBgColor;  
	  oObj.style.color=sColor;  
}


function OpenWIN(sWin,sPage,nWidth,nHeight,nLeft,nTop,bScroll,bToolbar,bLocation,bMenu,bResize,bStatus){
	sScrollbars="yes"
	if(!bToolbar)  bToolbar=0;
	if(!bLocation) bLocation=0;
	if(!bMenu)	   bMenu=0;
	if(!bResize)   bResizable=0;
	if(!bStatus)   bStatus=0;
	if(!nLeft)	   nLeft=0;
	if(!nTop)	   nTop=0;
	var sPropiedades="width="+nWidth+",height="+nHeight+",scrollbars="+sScrollbars+",toolbar="+bToolbar+",location="+bLocation+",menu="+bMenu+",resizable="+bResizable+",status="+bStatus+",hotkeys=no,fullscreen=no,left="+nLeft+",top="+nTop+"";
	eval(sWin+"=window.open(sPage,sWin,'"+sPropiedades+"')");
}


function AbrirMenu (sURL){
    OpenWIN('VentanaMenu',sURL,343,300,10,10,'yes',0,0,0,0,0);
}


