var accesible_secciones, accesible_mapa, accesible_principal, accesible_albia, accesible_empresa, accesible_permanentes;

accesible_secciones='<style type="text/css">A:link, A:visited, A:hover, A:active { color:#FFFFFF; text-decoration: none; font-family:Arial; font-size:10px}</style><table width="204" border="0" cellpadding="0" cellspacing="0" background="images/secciones1.jpg"><tr><td colspan="2"><img src="images/spacer.gif" width="1" height="16" /></td></tr><tr><td width="51"><img src="images/spacer.gif" width="1" height="17" /></td><td width="153"><a href="quienes.htm">Quienes Somos</a></td></tr><tr><td><img src="images/spacer.gif" width="1" height="17" /></td><td><a href="productos.htm">Productos</a></td></tr><tr><td><img src="images/spacer.gif" width="1" height="17" /></td><td><a href="contacto.asp">&nbsp;&nbsp;Contacto</a></td></tr><tr><td><img src="images/spacer.gif" width="1" height="17" /></td><td><a href="localizacon.htm">localización</a></td></tr></table>';

accesible_mapa='';
accesible_albia='';
accesible_principal='<ul><li><img src="Images/limites.jpg" width="434" height="127" alt="Ya no hay limites para tus proyectos" /></li><li><img src="Images/centro_bilbao.jpg" width="434" height="127" alt="Su negocio en pleno centro de Bilbao" /></li><li><img src="Images/soluciones.jpg" width="434" height="127" alt="Soluciones flexibles. Disminucion de costes. Atencion Personalizada" /></li><li><img src="Images/despachos_foto.jpg" width="434" height="127" alt="Despachos , salas de reuniones, oficina comercial, domicilio comercial, atencion telefónica, secretariado...Servicios a tu medida" /><li></ul>';
accesible_empresa='';

accesible_cabecera='<ul><li><img src="Images/cabecera_clientes.jpg" width="762" height="86" alt="Logotipo de Spankor Centro de Negocios y Servicios Administrativos, Con confianza" /></li><li><img src="Images/cabecera_contacto.jpg" width="762" height="86" alt="Logotipo de Spankor Centro de Negocios y Servicios Administrativos, Spankor Ajuriaguerra, Spankor Maximo Aguirre" /></li><li><img src="Images/cabecera_empresa.jpg" width="762" height="86" alt="Logotipo de Spankor Centro de Negocios y Servicios Administrativos" /></li><li><img src="Images/cabecera_localizacion.jpg" width="762" height="86" alt="Logotipo de Spankor Centro de Negocios y Servicios Administrativos" /></li><li><img src="Images/cabecera_servicios.jpg" width="762" height="86" alt="Logotipo de Spankor Centro de Negocios y Servicios Administrativos" /></li></ul>';

function poner_flash(peli,ancho,alto,accesible)
	{
		document.write('<object type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'" data="'+peli+'">\n');
		document.write('<param name="movie" value="'+peli+'" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<param name="wmode" value="transparent" />\n');
		document.write(accesible+'\n');
		document.write('</object>\n');
		return false;
	}
function validari(form)
	{
		if (form.nombre.value=="")
			{
				alert("the name is mandatory");
				form.nombre.focus();
				return false;
			}
		if (form.apellidos.value=="")
			{
				alert("the surname is mandatory");
				form.apellidos.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("the telephone is mandatory");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("the e-mail seems incorrect");
				form.email.focus();
    			return false;
  			}
	}
function validar(form)
	{
		if (form.nombre.value=="")
			{
				alert("El nombre es obligatorio");
				form.nombre.focus();
				return false;
			}
		if (form.apellidos.value=="")
			{
				alert("Los apellidos son obligatorios");
				form.apellidos.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("El telefono es obligatorio");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("El e-mail parece incorrecto");
				form.email.focus();
    			return false;
  			}
	}
	
function enviocon(form)
	{
		if (form.nombre.value=="")
			{
				alert("El nombre es obligatorio");
				form.nombre.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("El telefono es obligatorio");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("La dirección de email parece incorrecta.");
				form.email.focus();
    			return false;
  			}
	}
	function envioconi(form)
	{
		if (form.nombre.value=="")
			{
				alert("The name is mandatory");
				form.nombre.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("The telephone is mandatory");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("e mail address seems incorrect");
				form.email.focus();
    			return false;
  			}
	}
function enviosus(form)
	{
		if (form.contacto.value=="")
			{
				alert("El nombre es obligatorio");
				form.contacto.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("El telefono es obligatorio");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("La dirección de email parece incorrecta.");
				form.email.focus();
    			return false;
  			}
	}
	function enviosusi(form)
	{
		if (form.contacto.value=="")
			{
				alert("The name is mandatory");
				form.contacto.focus();
				return false;
			}
		if (form.telefono.value=="")
			{
				alert("the telephone is mandatory");
				form.telefono.focus();
				return false;
			}
		var valor=form.email.value;
		if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(valor)))
			{
    			alert("The email address seems wrong");
				form.email.focus();
    			return false;
  			}
	}
function cursor()
	{
		document.forms[0].elements[0].focus();
	}