function setup() {
carga=1;
thegrp = document.all.tags("div");
thegroup = new Array(thegrp.length);
thenamedgrp=new Array(thegrp.length);

for (i = 0; i < thegrp.length; i++) {
 thegroup[i] = new ie_object(thegrp[i]);
 thenamedgrp[thegrp[i].id] = new ie_object(thegrp[i]);
 }

myimage = new Array (7)
myimage[0]=new Image()
myimage[0].src="../images/gab1.gif"
myimage[1]=new Image()
myimage[1].src="../images/gab2.gif"
myimage[2]=new Image()
myimage[2].src="../images/gab3.gif"
myimage[3]=new Image()
myimage[3].src="../images/gab4.gif"
myimage[4]=new Image()
myimage[4].src="../images/gab5.gif"
myimage[5]=new Image()
myimage[5].src="../images/gab6.gif"
myimage[7]=new Image()
myimage[7].src="../images/gpr1.gif"
myimage[8]=new Image()
myimage[8].src="../images/gpr2.gif"
myimage[9]=new Image()
myimage[9].src="../images/gpr3.gif"
myimage[10]=new Image()
myimage[10].src="../images/gpr4.gif"
myimage[11]=new Image()
myimage[11].src="../images/gpr5.gif"
myimage[12]=new Image()
myimage[12].src="../images/gpr6.gif"
myimage[13]=new Image()
myimage[13].src="../images/gpr7.gif"
myimage[14]=new Image()
myimage[14].src="../images/gou1.gif"
myimage[15]=new Image()
myimage[15].src="../images/gou2.gif"
myimage[16]=new Image()
myimage[16].src="../images/gpa1.gif"
myimage[17]=new Image()
myimage[17].src="../images/gpa2.gif"
myimage[18]=new Image()
myimage[18].src="../images/gpa3.gif"
myimage[20]=new Image()
myimage[20].src="../images/gou3.gif"
myimage[21]=new Image()
myimage[21].src="../images/gof8.gif"
myimage[22]=new Image()
myimage[22].src="../images/gof9.gif"
myimage[23]=new Image()
myimage[23].src="../images/gpa4.gif"
}

function ie_object(obj){
	this.css1=obj;
	this.mover=mover;
	this.visible=visible;
	this.oculto=oculto;
	this.esta=esta;
	this.get_left=get_left;
}

function mover(left,top) {
	this.css1.style.left=left;
	this.css1.style.top=top;
}

function oculto() {
	this.css1.style.visibility="hidden";
}

function visible() {
	this.css1.style.visibility="inherit";
}

function esta() {
	return this.css1.style.visibility;
}

function get_left() {
	return this.css1.style.pixelLeft;
}

function abrir(who) {
openv = window.open(who,"page4",'left=50,top=120,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=100%,height=100%');
}