
// scripts para centrar las ventana con window.open
	
function win_alt (altura) {
  var alt = screen.availHeight - 35;
  var	y=(alt - altura) /2;
  return y;
}

function win_anch (ancho) {
  var anch = screen.availWidth - 10;
  var	x=(anch - ancho) /2;
  return x;
}


/*  Estos son los scripts que abren los botones flash  */
function ofertas() {
  window.parent.top.location="ofertas.htm"
}
function empresa() {
  window.parent.top.location="empresa.htm"
}
function folletos() {
  window.parent.top.location="folletos.htm"
}
function agencias() {
  window.top.location="agencias.htm"
}
function bp() {
  window.open("http://www.bahia-principe.es",'bp','');
}
function confirmacion() {
  window.open("/reserves/do/agencias.login_confirmacion",
	"confirma", 'toolbar=no menubar=no directories=no status=no resizable=yes scrollbars=yes width=450  height=200 left='+win_anch(450)+' top='+win_alt(200)+'')
}


/* Estos son los scripts del menu_sup  */

function e_amigo() {
  window.open("mailto:?subject='Consulta la web de Soltour'&body=Consulta la web de soltour en    http://www.soltour.es   , contiene información interesante.","","");
}
function contacta() {
  window.open("mailto:internet@soltour.es","","");
}
function faq() {
  window.open("faqs.htm",'faqs','toolbar=no menubar=no directories=no status=no resizable=yes scrollbars=yes width=420  height=450 left='+win_anch(420)+' top='+win_alt(450)+'')
}
function principal(){
  window.parent.top.location="index.htm"
}

/* login */

function acceso (){
	window.open("/reserves/do/agencias.login_solicitudacceso",'acceso','toolbar=no scrollbars=no menubar=no directories=no status=no resizable=yes width=625  height=450 left='+win_anch(625)+' top='+win_alt(450)+'')
}

/* otros */
function abventana (direccion){
  window.open(direccion,'acceso','toolbar=no scrollbars=no menubar=no directories=no status=no resizable=yes width=625  height=450 left='+win_anch(625)+' top='+win_alt(450)+'')
}

function alert_error(mensaje) {
	alert(mensaje);
}

function consultar_confirmacion(){

  //form1.action="http://www.agencias.wsoltour.es/desaweb/w_confirmacion.confirmacion"
  if ( (form1.p_locata.value != "") && (form1.p_locata.value.length == 9) ){
  	window.open("/reserves/do/agencias.login_confirmacion?p_locata="+form1.p_locata.value,
	"confirma", 'toolbar=no menubar=no directories=no status=no resizable=yes scrollbars=yes width=450  height=200 left='+win_anch(450)+' top='+win_alt(200)+'')
    //form1.submit();
  }
  else {
    alert_error("Ha introducido un Localizador erroneo. Asegurese de que está escrito correctamente.")
  }
}

/*  la de la home
function bp() {
  window.open("http://www.bahia-principe.es",'bp','');
}
 */

function hopi() {
  //window.open("http://www.hopi.es",'hopi','');
}

function tnavidad() {
 window.open("http://www.soltour.es/navidad.htm",
	"navidad", 'toolbar=no menubar=no directories=no status=no resizable=yes scrollbars=yes width=700  height=520 ')
}

function fitur() {
 window.open("http://www.soltour.es/fitur.pdf",
	"navidad", 'toolbar=no menubar=no directories=no status=no resizable=yes scrollbars=yes width=700  height=520 ')
}

function pres_slt() {
 window.open("pres_slt.htm",
	"pres_slt", 'toolbar=yes menubar=no directories=no status=no resizable=yes scrollbars=yes width=620  height=520 ')
}

function bpvaradero() {
  window.open("http://www.bahia-principe.com/varadero/index.htm",'bp','');
}
function bptenerife() {
  window.open("http://www.bahia-principe.com/tnf/tnf.htm",'bp','');
}