
var ns=(document.layers)? true:false 
var ie=(document.all)? true:false 

function quien(){
	
	if (ie) return true;
//	alert('explorer');
	
	return false;
	
}


function alo(){
	
	alert('alo');
	
}

function popup_plano(imagen){
		
	width=440;
	height=500;	

	var puntero=window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	

//	alert(puntero.location);

//	puntero.print();
	
//	setTimeout("puntero.window.print();",2000); 

}


function redireccion(page){
	
	var newpage='http://webteyco.cometatech.com/'+page;
	
	document.location.href=newpage;
	
}


function imprimir(imagen){

	width=440;
	height=500;	
	
	var popup=window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}

function imprimirplano(plano){

	width=440;
	height=500;	
	
	alert(plano);
	
	var popup=window.open(plano,'',"width="+width+",height="+height+",menubar=no");	
	
}


function popup(imagen){
		
	width=440;
	height=500;	

	window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}

function popup2(imagen){
		
	width=440;
	height=500;	

	window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}

function popup3(imagen){
		
	width=440;
	height=500;	

	window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}

function popup4(imagen){
		
	width=440;
	height=500;	
	
	window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}


function popup5(imagen){
		
	width=440;
	height=500;	

	window.open(imagen,'',"width="+width+",height="+height+",menubar=no");	
	
}

function popupConds(tpl){
		
	width=600;
	height=550;	

	window.open(tpl,'',"width="+width+",height="+height+",menubar=no,scrollbars=yes");	
	
}

function abrir_ruta(f){
//	var destino = f.tipovia.value + " " + f.direccion.value + " " + f.pcode.value + " " + f.municipio.value + " " + f.provincia.value;
//	var destino = f.direccion.value + " " + f.pcode.value + " " + f.municipio.value + " " + f.provincia.value;
//	var destino = f.pcode.value + " " + f.municipio.value + " " + f.provincia.value;

	var destino;
	if (f.direccion_comollegar.value != ''){
		destino = f.direccion_comollegar.value;
	}else{
		destino = f.direccion.value + " " + f.pcode.value + " " + f.municipio.value + " " + f.provincia.value;
	}
	var var_url = "http://maps.google.es/maps?f=d&hl=es&saddr=" +  f.origen_usuario.value + "&daddr=" + destino + "&om=1";
	window.open(var_url,'Ruta',"width=800,height=600,top=70,left=70,resizable=yes,maximize=yes");
}

function isChecked(id, msgError){
	var element = document.getElementById(id);
	if(!element.checked) {
		alert(msgError);
	return(false);
	}
}
