function fotos() {
	var a = document.getElementById("foto1");
	myLytebox.start(a, false, false);
}

function videos() {
	var a = document.getElementById("video1");
	myLytebox.start( a, false, true);
}

function videolista() {
	var a = document.getElementById("videolista1");
	myLytebox.start( a, false, true);
}

function historia() {
	var a = document.getElementById("historia1");
	myLytebox.start( a, false, true);
}

function promociones() {
	var a = document.getElementById("promocion1");
	myLytebox.start( a, false, true);
}
function cd() {
	var a = document.getElementById("cd1");
	myLytebox.start( a, false, true);
}
function anuncios() {
	var a = document.getElementById("anuncios1");
	myLytebox.start( a, false, true);
}

