/*** 
TERE archivo js
**/

//Menu CREACION
function mOvr(src,clrOver){if(!src.contains(event.fromElement)){src.style.cursor='hand';src.bgColor=clrOver;}}function mOut(src,clrIn){if(!src.contains(event.toElement)){src.style.cursor='default';src.bgColor=clrIn;}}function mClk(src){if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();}}

//Título en barra ---------------
statuss();function statuss()
{window.status="Creaciones Infantiles Cha-O, mima y arropa al bebé como nadie.";setTimeout("statuss()",1);}

//Cambio de imagenes --------------
imgDsc1=new Image
imgDsc1.src='comun/puntoar_iz_11.jpg'
imgDsc2=new Image
imgDsc2.src='comun/puntoar_izb_11.jpg'

//Bloqueo boton Derecha --------------


//LANZA PANTALLA (Pop Up) ----------
<!-- 
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=460,top=0,left=0');");
}
// -->
//AÑADIR A FAVORITOS ----------
<!--
function Ventana(direccion,argumentos) { 
window.open(direccion,"VER",argumentos);
}

function addToFavorite(favTitle){
  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
    window.external.AddFavorite('http://www.iwem.com', unescape(favTitle));
  }
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

//NO DEJA ELEGIR TEXTO CON EL BOTON IZQUIERDO ----------
function disableselect(e)
{
return false
}
function reEnable()
{
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar)
{
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->