mail_on = new Image(128,128);
mail_on.src = "/iconos/ico-mail-on.gif";
mail_of = new Image(128,128);
mail_of.src = "/iconos/ico-mail-of.gif";

hpresenta_on = new Image(128,128);
hpresenta_on.src = "/iconos/botones/bh-presenta-on.gif";
hpresenta_of = new Image(128,128);
hpresenta_of.src = "/iconos/botones/bh-presenta-of.gif";

hedifica_on = new Image(128,128);
hedifica_on.src = "/iconos/botones/bh-edifica-on.gif";
hedifica_of = new Image(128,128);
hedifica_of.src = "/iconos/botones/bh-edifica-of.gif";

hcivil_on = new Image(128,128);
hcivil_on.src = "/iconos/botones/bh-civil-on.gif";
hcivil_of = new Image(128,128);
hcivil_of.src = "/iconos/botones/bh-civil-of.gif";

hcanaliza_on = new Image(128,128);
hcanaliza_on.src = "/iconos/botones/bh-canaliza-on.gif";
hcanaliza_of = new Image(128,128);
hcanaliza_of.src = "/iconos/botones/bh-canaliza-of.gif";

haridos_on = new Image(128,128);
haridos_on.src = "/iconos/botones/bh-aridos-on.gif";
haridos_of = new Image(128,128);
haridos_of.src = "/iconos/botones/bh-aridos-of.gif";

hconsultas_on = new Image(128,128);
hconsultas_on.src = "/iconos/botones/bh-consultas-on.gif";
hconsultas_of = new Image(128,128);
hconsultas_of.src = "/iconos/botones/bh-consultas-of.gif";

hpedidos_on = new Image(128,128);
hpedidos_on.src = "/iconos/botones/bh-pedidos-on.gif";
hpedidos_of = new Image(128,128);
hpedidos_of.src = "/iconos/botones/bh-pedidos-of.gif";

hinicio_on = new Image(128,128);
hinicio_on.src = "/iconos/botones/bh-inicio-on.gif";
hinicio_of = new Image(128,128);
hinicio_of.src = "/iconos/botones/bh-inicio-of.gif";

login_img_on = new Image(128,128);
login_img_on.src = "/iconos/login.gif";
login_img_of = new Image(128,128);
login_img_of.src = "/iconos/login_of.gif";


function img_on(imgName)
{
	x = eval(imgName + "_on.src");
	document[imgName].src = x;
}

function img_of(imgName)
{
	x = eval(imgName + "_of.src");
	document[imgName].src = x;
}

