//	buscador home
	function dosearch () {
//		if ( document.getElementById("q").value != "" ) {
		if ( document.getElementById("q").value != "Find your tour" ) {
			document.getElementById("dbuscador").submit () ;
		}
	}

	function dosearchfocus () {
		document.getElementById("q").value = "" ;
	}

//	lgn
	function dlgn () {
		document.getElementById("dlgn").submit () ;
	}

//	cmb cambia idioma
	function changeidioma(){
		var idm = document.getElementById("cmbidoma").value ;
		window.location.href='default.asp?idm='+idm;
	}

	function bannerstatics ( id ) {
		url = 'exec.asp?aid=1&bid='+id ;
		document.getElementById("exec").src = url ;
	}

	function openWin ( url, w, h ) {
		var lp = ( screen.width ) ? ( screen.width - w ) / 2 : 0 ;
		var tp = ( screen.height ) ? ( screen.height - h ) / 2 : 0 ;
		var features = 'toolbar=false,width='+w+',height='+h+',top='+tp+',left='+lp ;
		window.open ( url, 'AquiEuropa', features ) ;
	}

	function openWins ( url, w, h ) {
		var lp = ( screen.width ) ? ( screen.width - w ) / 2 : 0 ;
		var tp = ( screen.height ) ? ( screen.height - h ) / 2 : 0 ;
		var features = 'scrollbars=1,status=no,toolbar=no,width='+w+',height='+h+',top='+tp+',left='+lp ;
		window.open ( url, 'AquiEuropa', features ) ;
	}

	function sd ( xyz ) {
		document.all(xyz).style.display='inline' ;
	}
	function hd ( xyz ) {
		document.all(xyz).style.display='none' ;
	}
