// JavaScript Document+
	var boton=0;
	
	function mouse(valor) {
		boton = valor;
	}

	
	function mover(x,y) {
		if (boton==1) {
			cont = document.getElementById("dvUrlDisplay");

			cont.style.top=y+document.body.scrollTop-15;
			cont.style.left=x-cont.offsetWidth/2;
		}
	}

	function urlDisplay(id) {
		cont = document.getElementById("dvUrlDisplay");
		cont.innerHTML="";
		cont.style.position = "absolute";
		cont.style.verticalAlign = "middle";
		cont.style.width = 300;
		cont.style.height = 150;
		cont.style.top = document.body.scrollTop;
		ajam("id="+id, "http://www.nuevodisplay.com/url_display.php", cont);
		cont.style.display="inline";
	}
	
		function nuevoAjax(){
			var xmlhttp=false;
			try {
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
			} catch (e) {
				try {
					xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
				} catch (E) {
					xmlhttp = false;
				}
			}
		
			if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
				xmlhttp = new XMLHttpRequest();
			}
			return xmlhttp;
		}
		
		function ajam(str, url, dest) {
			var xmlHttp;
			var d = new Date();
			
			xmlHttp = nuevoAjax();
			//xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");      
			//xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");        

			xmlHttp.onreadystatechange=function() {
				if(xmlHttp.readyState==4) {
					dest.innerHTML=xmlHttp.responseText;
				}
			}

			xmlHttp.open("GET",url + "?rand=" + d.getMinutes + d.getSeconds + "&" + str,true);
			xmlHttp.send(null);  
		}
		
		function obtenerProvincias(pais) {
			var xmlHttp;
			xmlHttp = nuevoAjax();
			//xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");      
			//xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");        

			xmlHttp.onreadystatechange=function() {
				if(xmlHttp.readyState==4) {
					document.getElementById("dvProvs").innerHTML=xmlHttp.responseText;
				}
			}
			xmlHttp.open("GET","univesc.php?p=" + pais,true);
			xmlHttp.send(null);  
		}



window.name='lno';
var ovrCabezal1='#610079';
var outCabezal1='#8600A8';
var ovrCabezal2='#610079';
var outCabezal2='#9C00C4';
var ovrCabezal3='#610079';
var outCabezal3='#AD00D9';
var ovrCabezal4='#610079';
var outCabezal4='#C000F0';
var ovrCabezal5='#610079';
var outCabezal5='#CF0FFF';
function mOvr(src,tipo){if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr'+tipo)}}function mOut(src,tipo){if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out'+tipo)}}function mClk(src){if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click()}}

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];}}
}

function Privacidad()
{ popupwin = window.open('http://www.yaia.com/win_privacidad.html','yaia_privacidad','width=530,height=330,toolbar=no,resizable=no,status=no,directories=no,location=no,scrollbars=yes,menubar=no')}

function Publicidad()
{ popupwin = window.open('http://www.yaia.com/win_publicidad.html','yaia_privacidad','width=530,height=330,toolbar=no,resizable=no,status=no,directories=no,location=no,scrollbars=yes,menubar=no')}


function Recomendar()
{ popupwin = window.open('http://www.nuevodisplay.com/recomendar/recomendar.php','NPRecomendar','width=450,height=380,toolbar=no,resizable=no,status=no,directories=no,location=no,scrollbars=no,menubar=no')}

function EnviarDisplay(id)
{ popupwin = window.open('http://www.nuevodisplay.com/recomendar.php?id='+id,'JuegoManiacRecomendar','width=400,height=400,toolbar=no,resizable=no,status=no,directories=no,location=no,scrollbars=no,menubar=no')}

function EnviarAmigo()
{ 
if(navigator.appName=="Microsoft Internet Explorer") {
			cont = window.frames["imagen"];
			imgid = cont.document.getElementById("imgid").value;	
		} else {
			cont = document.getElementById("imagen");
			imgid = cont.contentDocument.getElementById("imgid").value;
		}
		
	popupwin = window.open('http://personalizadas.nuevodisplay.com/enviaramigo.php?id='+imgid,'NPEnviar','width=450,height=380,toolbar=no,resizable=no,status=no,directories=no,location=no,scrollbars=no,menubar=no')
}

function DescargarImagen()
{ 
	if(navigator.appName=="Microsoft Internet Explorer") {
			cont = window.frames["imagen"];
			imgid = cont.document.getElementById("imgid").value;	
		} else {
			cont = document.getElementById("imagen");
			imgid = cont.contentDocument.getElementById("imgid").value;
		}

	document.location='http://personalizadas.nuevodisplay.com/descargar.php?nombre='+imgid;
}

function mobilizer(n,id,ps,mpf) {
 a = "nuevodisplay";
 partner_id = "34";
 la="ES";
 c="ES";
 p="height=340,width=410,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no";
 hWnd=window.open('http://www.sonnerie.net/external/DrtTop/dl_NEW_ALL.php?a='+a+'&type=35&son_nom='+n+'&lang='+la+'&c='+c+'&id='+id+'&ps='+ps+'&mpf='+mpf+'&vdcat=0&partner='+partner_id,"Hwnd",p);
 hWnd.focus();
}

function CodigoPersonalizadas() {
		
		if(navigator.appName=="Microsoft Internet Explorer") {
			cont = window.frames["imagen"];
			imgid = cont.document.getElementById("imgid").value;	
		} else {
			cont = document.getElementById("imagen");
			imgid = cont.contentDocument.getElementById("imgid").value;
		}
//cont = document.getElementById("imagen").contentDocument;
//imgid = cont.getElementById("imgid").value;
//cont = document.imagen.contentDocument;
//imgid = cont.getElementById("imgid").value;

		textareacode = document.getElementById("codigoweb");
		ajam("id="+imgid, "http://personalizadas.nuevodisplay.com/codigoweb.php", textareacode);
	}