inicio1=new Image();
inicio2=new Image();
inicio1.src="styles/images/menu/inicio.png";
inicio2.src="styles/images/menu/over/inicio.png";
function inicio_on(image)
{
image.src=inicio2.src;
}
function inicio_off(image)
{
image.src=inicio1.src
}
hoteles1=new Image();
hoteles2=new Image();
hoteles1.src="styles/images/menu/hoteles.png";
hoteles2.src="styles/images/menu/over/hoteles.png";
function hoteles_on(image)
{
image.src=hoteles2.src;
}
function hoteles_off(image)
{
image.src=hoteles1.src
}
chat1=new Image();
chat2=new Image();
chat1.src="styles/images/menu/chat.png";
chat2.src="styles/images/menu/over/chat.png";
function chat_on(image)
{
image.src=chat2.src;
}
function chat_off(image)
{
image.src=chat1.src
}
creaturetro1=new Image();
creaturetro2=new Image();
creaturetro1.src="styles/images/menu/crea_tu_retro.png";
creaturetro2.src="styles/images/menu/over/crea_tu_retro.png";
function creaturetro_on(image)
{
image.src=creaturetro2.src;
}
function creaturetro_off(image)
{
image.src=creaturetro1.src
}
foro1=new Image();
foro2=new Image();
foro1.src="styles/images/menu/foro.png";
foro2.src="styles/images/menu/over/foro.png";
function foro_on(image)
{
image.src=foro2.src;
}
function foro_off(image)
{
image.src=foro1.src
}
unete1=new Image();
unete2=new Image();
unete1.src="styles/images/contenido/izquierda/unete/unete_1.png";
unete2.src="styles/images/contenido/izquierda/unete/unete_2.png";
function unete_on(image)
{
image.src=unete2.src;
}
function unete_off(image)
{
image.src=unete1.src
}
