function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); 
	//DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
			document.getElementById("img_"+obj).src="../imagenes/menos.jpg";
			document.getElementById("flecha_"+obj).src="../imagenes/flecha_arr.jpg"
		}else{
			el.style.display = "none";
			document.getElementById("img_"+obj).src="../imagenes/mas.gif";
			document.getElementById("flecha_"+obj).src="../imagenes/flecha_ab.jpg"
		}
	}
}
function abrir(dato)
{

po=window.open("../pop_up.asp?id_producto="+dato,"v","status=yes resizable=yes width=500 height=400 scrollbars=yes");
po.status="Producto Ventacd.com";
po.focus();

}


function cargar()
{
var i=0;
for(i=1;i<16;i++)
{
document.getElementById(i).src="http://www.ventacd.com/imagenes/menu_"+i+".gif";
document.getElementById("titulos").src="http://www.ventacd.com/imagenes/title_"+i+".gif";
if (i==15)
document.getElementById("titulos").src="http://www.ventacd.com/imagenes/inicio.gif"
}

}
function cambiar(dat)
{
var dato=dat;
document.getElementById(dato).src="http://www.ventacd.com/imagenes/menu_"+dato+"over.gif";
document.getElementById("titulos").src="http://www.ventacd.com/imagenes/title_"+dato+".gif";
}
function volver(dat)
{
var dato=dat;
document.getElementById(dato).src="http://www.ventacd.com/imagenes/menu_"+dato+".gif";
}
function abrirm(dat)
{
var dato=dat;
switch (dato)
{
case 1: 
window.location.href='http://www.ventacd.com/camaras digitales.asp';
break;
case 2:
window.location.href='http://www.ventacd.com/dvd_home.asp';
break;
case 3:
window.location.href='http://www.ventacd.com/cd-r.asp';
break;
case 4:
window.location.href='http://www.ventacd.com/dvd.asp';
break;
case 5:
window.location.href='http://www.ventacd.com/mp3.asp';
break;
case 6:
window.location.href='http://www.ventacd.com/hardware.asp';
break;
case 7:
window.location.href='http://www.ventacd.com/consumibles.asp';
break;
case 8:
window.location.href='http://www.ventacd.com/monitores.asp';
break;
case 9:
window.location.href='http://www.ventacd.com/regrabadoras.asp';
break;
case 10:
window.location.href='http://www.ventacd.com/printables.asp';
break;
case 11:
window.location.href='http://www.ventacd.com/portatiles.asp';
break;
case 12:
window.location.href='http://www.ventacd.com/almacenamiento.asp';
break;
case 13:
window.location.href='http://www.ventacd.com/complementos.asp';
break;
case 14:
window.location.href='http://www.ventacd.com/bazar.asp';
break;
case 15:
window.location.href='http://www.ventacd.com/woxter.asp';
break;
}
}
function change_over(dato)
{
var sector="video";
if (dato==1){
var sector="audio";
}
document.getElementById(dato+"_1").src="http://www.ventacd.com/imagenes/Images/woxter_"+sector+"over_01.gif";
document.getElementById(dato+"_2").src="http://www.ventacd.com/imagenes/Images/woxter_"+sector+"over_02.gif";
}
function change_out(dato)
{
var sector="video";
if (dato==1){
var sector="audio";
}
document.getElementById(dato+"_1").src="http://www.ventacd.com/imagenes/Images/woxter_"+sector+"out_01.gif"
document.getElementById(dato+"_2").src="http://www.ventacd.com/imagenes/Images/woxter_"+sector+"out_02.gif"
}
function mensaje()
{
document.getElementById("mensaje").style.display="block";
}
function cerrar()
{
document.getElementById("mensaje").style.display="none";
}