function abrirventana() {
	window.open("datos.php","lssi","toolbar=no,width=545,height=480,menubar=no,status=no,scrollbars=NO,resizable=no,left=0,top=0");
}

//funcion contra el spam
function antispam()
{
	var usuario = "info"
	var dominio = "lasjoyasvillasdelujo.com"
	document.write("<a class='enlacepie' href=\"mailto:" + usuario + "@" + dominio + "\">" + usuario + "@" + dominio + "</a>")
}

function antispam2()
{
	var usuario = "info"
	var dominio = "lasjoyasvillasdelujo.com"
	document.write(usuario + "@" + dominio)
}
function items(id){
    //document.getElementById('capa_central_1').innerHTML='<?php mostrar_flash(1);?>' 	
	var obj_1 = document.getElementById('capa_central_1')
	var obj_2 = document.getElementById('capa_central_2')
	var obj_3 = document.getElementById('capa_central_3')
	var obj_4 = document.getElementById('capa_central_4')
	var obj_5 = document.getElementById('capa_central_5')
	
	//el submenu se numera a partir del 11
	var obj_11 = document.getElementById('capa_central_11')
	var obj_12 = document.getElementById('capa_central_12')
	var obj_14 = document.getElementById('capa_central_14')		
	
	if (id == 1) obj_1.style.display = 'block'
	else obj_1.style.display = 'none'
	
	if (id == 2) obj_2.style.display = 'block'
	else obj_2.style.display = 'none'
	
	if (id == 3) obj_3.style.display = 'block'
	else obj_3.style.display = 'none'
	
	if (id == 4) obj_4.style.display = 'block'
	else obj_4.style.display = 'none'
	
	if (id == 5) obj_5.style.display = 'block'
	else obj_5.style.display = 'none'

    if (id == 11) obj_11.style.display = 'block'
	else obj_11.style.display = 'none'

    if (id == 12) obj_12.style.display = 'block'
	else obj_12.style.display = 'none'

	if (id == 14) obj_14.style.display = 'block'
	else obj_14.style.display = 'none'
}

