
window.onerror=function(m,u,l)
{
	window.status = "Java Script Error: "+m;
	return true;
}
function Abrir_ventana (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=300, height=200, top=20, left=50";
window.open(pagina,"",opciones);
}
function Abrir_ventana2 (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=830, top=20, left=350";
window.open(pagina,"",opciones);
}
function Abrir_ventana3 (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=380, height=400, top=20, left=350";
window.open(pagina,"",opciones);
}
function Abrir_ventana4 (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1000, height=700, top=20, left=50";
window.open(pagina,"",opciones);
}
function Abrir_ventanalme (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=830, top=20, left=350";
window.open(pagina,"",opciones);
}

function popUpfotoampliada() {
		window.open("http://www.confidalia.es/emailpublicidad.html","",'width=300,height=200,scrollbars=0,top=20,left=50');
}
function popUpform() {
		window.open("http://www.confidalia.es/formulario.php","",'width=350,height=200,scrollbars=0,top=20,left=50');
}

function checkdata() { 	
	
	if (document.forminfor.nombreApellido.value.length == 0) {
		alert("Por favor, indique su nombre y apellidos");
		document.forminfor.nombreApellido.focus();
		return false;
	}
	if (document.forminfor.email.value.indexOf('@', 1) == -1 || document.forminfor.email.value.indexOf('.', 
	  document.forminfor.email.value.indexOf('@', 0)) == -1) {
		alert("Dirección de e-mail inválida"); 
		document.forminfor.email.focus(); 
		document.forminfor.email.select(); 
		return false;
	}
	if (document.forminfor.telefono.value.length == 0) {
		alert("Por favor, indique un teléfono de contacto");
		document.forminfor.telefono.focus();
		return false;
	}
	if (document.forminfor.mensaje.value.length == 0) {
		alert("Por favor, rellene el campo 'Solicite presupuesto sobre'");
		document.forminfor.mensaje.focus();
		return false;
	}
	document.forminfor.submit(); 
}



if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){

if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<div style="border:1px  solid #666666; padding: 5 5 5 5"  align="justify">'+text+'</div>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


var offsetfromcursorX=0 //Customize x offset of tooltip
var offsetfromcursorY=0 //Customize y offset of tooltip

var offsetdivfrompointerX=0 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=0 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="http://www.confidalia.es/img/px.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-10
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-10

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX>0)? offsetfromcursorX*(+2) : -50

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="15px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge>tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="320px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

function checkdataempresasportada() { 	
	if ((document.buscaemp.actividad.value.length == 0)&&(document.buscaemp.empresa.value.length == 0)){ 
		alert("Por favor, rellene al menos la actividad o nombre de la empresa");
        document.buscaemp.actividad.focus();
		return false;
	} 
	if ((document.buscaemp.actividad.value.length != 0)&&(document.buscaemp.actividad.value.length < 3)){
		alert("Por favor, inserte al menos 3 caracteres para proceder a la búsqueda por actividad");
		document.buscaemp.actividad.focus();
		return false;
	}
	if ((document.buscaemp.empresa.value.length != 0)&&(document.buscaemp.empresa.value.length < 3)){
		alert("Por favor, inserte al menos 3 caracteres para proceder a la búsqueda por nombre de empresa");
		document.buscaemp.empresa.focus();
		return false;
	}	
document.buscaemp.submit(); 
}
