function nuevaVentana(el_url) { var tk = "&12834673612986021005="+window.location.href; el_url += tk; width=400; height=400; var left = parseInt((screen.availWidth/2) - (width/2)); var top = parseInt((screen.availHeight/2) - (height/2)); var especificaciones="top="+top+", left="+left+", toolbar=no, location=no, status=no, menubar=no , titlebar=no,width="+width+",height="+height+", resizable=0, scrollbars=0"; var titulo="Titulo"; popupWph = window.open(el_url,titulo,especificaciones); //script de conversion de google try{ wphOnImgClick(); callbackWebphone(); } catch(error){ //return true; } } function wphCall(){ if(document.getElementById("telefono") != undefined){ var tlf = document.getElementById("telefono").value; var el_url = "http://gestion.webphone.es/servicio/srv4.php?token=12834673612986021005&env=1&a=lL9ZRLHwHIGjuenfkQpiTudpkRA17hZaHv6dSg8pCiWSF59dmXJNMxrUQIAsfe86uSH9Up5D7fgPpvxf6HkzDrPuxQZ8Tc6XPXSPId7&inputSrv="+tlf; } else{ var tlf = ""; var el_url = "http://gestion.webphone.es/servicio/srv4.php?token=12834673612986021005&a=lL9ZRLHwHIGjuenfkQpiTudpkRA17hZaHv6dSg8pCiWSF59dmXJNMxrUQIAsfe86uSH9Up5D7fgPpvxf6HkzDrPuxQZ8Tc6XPXSPId7"; } nuevaVentana(el_url); } function wphCallTo(tlf){ if(tlf != null){ var el_url = "http://gestion.webphone.es/servicio/srv4.php?token=12834673612986021005&env=1&a=lL9ZRLHwHIGjuenfkQpiTudpkRA17hZaHv6dSg8pCiWSF59dmXJNMxrUQIAsfe86uSH9Up5D7fgPpvxf6HkzDrPuxQZ8Tc6XPXSPId7&inputSrv="+tlf; } else{ var el_url = "http://gestion.webphone.es/servicio/srv4.php?token=12834673612986021005&a=lL9ZRLHwHIGjuenfkQpiTudpkRA17hZaHv6dSg8pCiWSF59dmXJNMxrUQIAsfe86uSH9Up5D7fgPpvxf6HkzDrPuxQZ8Tc6XPXSPId7"; } nuevaVentana(el_url); } function cargaNoScript(codigo){ if(document.getElementById("wph123456789") != null) document.getElementById("wph123456789").innerHTML = codigo; } function disparaWphOnLoad(){ try{wphOnLoad();} catch(error){return true;} } document.write("
"); disparaWphOnLoad();