var is = new Is();
var n=0;
var count=0;

var status=0;
var net=0;
function Is() {
  this.ver=navigator.appVersion
  this.agent=navigator.userAgent.toLowerCase()
  this.dom=document.getElementById?1:0
  this.op5=(this.agent.indexOf("opera 5")>-1 || this.agent.indexOf("opera/5")>-1) && window.opera
  this.op6=(this.agent.indexOf("opera 6")>-1 || this.agent.indexOf("opera/6")>-1) && window.opera
  this.ie5 = (this.agent.indexOf("msie 5")>-1 && !this.op5 && !this.op6)
  this.ie55 = (this.ie5 && this.agent.indexOf("msie 5.5")>-1)
  this.ie6 = (this.agent.indexOf("msie 6")>-1 && !this.op5 && !this.op6)
  this.ie4=(this.agent.indexOf("msie")>-1 && document.all &&!this.op5 &&!this.op6 &&!this.ie5&&!this.ie6)
  this.ie = (this.ie4 || this.ie5 || this.ie6)
  this.mac=(this.agent.indexOf("mac")>-1)
  this.ns6=(this.agent.indexOf("gecko")>-1 || window.sidebar)
  this.ns4=(!this.dom && document.layers)?1:0;
  this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.op5 || this.op6)
  this.usedom= this.ns6//Use dom creation
  this.reuse = this.ie||this.usedom //Reuse layers
  this.px=this.dom&&!this.op5?"px":""
  return this
}


more = new Image();
more.src = "/img/main/arr_noact.jpg";
more_o = new Image();
more_o.src = "/img/main/arr_act.jpg";

more2 = new Image();
more2.src = "/img/main/more2.jpg";
more2_o = new Image();
more2_o.src = "/img/main/more2a.jpg";


more3 = new Image();
more3.src = "/img/main/arr_qu.jpg";
more3_o = new Image();
more3_o.src = "/img/main/arr_qua.jpg";


but1 = new Image();
but1.src = "/img/main/h_but1.jpg";
but1_o = new Image();
but1_o.src = "/img/main/h_but1a.jpg";

but2 = new Image();
but2.src = "/img/main/h_but2.jpg";
but2_o = new Image();
but2_o.src = "/img/main/h_but2a.jpg";

but3 = new Image();
but3.src = "/img/main/h4.jpg";
but3_o = new Image();
but3_o.src = "/img/main/h4a.jpg";

map = new Image();
map.src = "/img/main/map.gif";
map_o = new Image();
map_o.src = "/img/main/mapa.gif";

arr = new Image();
arr.src = "/img/main/arrow8.gif";
arr_o = new Image();
arr_o.src = "/img/main/arrow7.gif";

m1 = new Image();
m1.src = "/img/main/gen/m1.jpg";
m1_o = new Image();
m1_o.src = "/img/main/gen/m1a.jpg";

m2 = new Image();
m2.src = "/img/main/gen/m2.jpg";
m2_o = new Image();
m2_o.src = "/img/main/gen/m2a.jpg";

m3 = new Image();
m3.src = "/img/main/gen/m3.jpg";
m3_o = new Image();
m3_o.src = "/img/main/gen/m3a.jpg";

m4 = new Image();
m4.src = "/img/main/gen/m4.jpg";
m4_o = new Image();
m4_o.src = "/img/main/gen/m4a.jpg";

m5 = new Image();
m5.src = "/img/main/gen/m5.jpg";
m5_o = new Image();
m5_o.src = "/img/main/gen/m5a.jpg";

m6 = new Image();
m6.src = "/img/main/gen/m6.jpg";
m6_o = new Image();
m6_o.src = "/img/main/gen/m6a.jpg";

m7 = new Image();
m7.src = "/img/main/gen/m7.jpg";
m7_o = new Image();
m7_o.src = "/img/main/gen/m7a.jpg";

function swon(imagename, cacheimage) {
	document.images[imagename].src = eval(cacheimage + ".src");
}

function popmousemove(e)
{
  ypos=is.ns4?e.pageY:event.y
  if(ypos>520)
  {
	hideall();
  }
}

