var content=new Array()
content[0]='';
content[1]='· ¿Qué es Onlypet? ¿qué puede ofrecerle a su mascota?';
content[2]='· Productos de Onlypet, alimentos de calidad para perros y gatos.';
content[3]='· Le enseñamos algunos trucos para un mejor cuidado de su mascota.';
content[4]='· Noticias relacionadas con el mundo de las mascotas.';
content[5]='· Descarga nuestros fondos de escritorio';
content[6]='· Opiniones de los usuarios sobre productos de Onlypet (previo registro en web)';
content[7]='· Fotografías de su/s mascota/s (previo registro en web)';
content[8]='· Contacte con Onlypet.';

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear();
setTimeout("window.onresize=regenerate",450);
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("txtSubmenu"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana">'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}