// JavaScript Document

function openDetail(id) {
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:668, height:453, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/Equipos/carac.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}

function openDetailEquipo(id) {//aqui manda a llamar el pop-up de las carecteristicas del equipo. 
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:602, height:580, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/Equipos/el_equipo.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}

function openDetailEquipoGEO(id) {//aqui manda a llamar el pop-up de las carecteristicas del equipo. 
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:602, height:580, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/Equipos/el_equipoGEO.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}


function openDetailEquipoStorm(id) {//aqui manda a llamar el pop-up de las carecteristicas del equipo. 
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:602, height:580, zIndex: 200, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/Equipos/el_equipoStorm.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}


function openDetailBam(id) {//aqui manda a llamar el pop-up de las carecteristicas del equipo. 
	//alert("el id es: "+id);
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:602, height:580, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/BAM/la_bam.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}

function openDetailRouter(id) {//aqui manda a llamar el pop-up de las carecteristicas del equipo. 
	//alert("el id es: "+id);
	var manda = "";
	manda = id;
    var win = new Window({className: "alphacube", width:601, height:580, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "", url: "http://www.iusacell.com.mx/BAM/el_router.php?id="+manda,  draggable:true, wiredDrag: true, showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp})  
	 win.showCenter();
	 win.refresh();
}