function pop(que){
window.open(que,'popscroll','resizable=1,status=1,toolbar=0,menubar=0,scrollbars=1,width=630,height='+(screen.height-200)+',screenX='+(screen.width-400)+',screenY=0,left='+(screen.width-500)+',top=0');
}

function pop2(url,name,x,y,x1,y1){
 Finestra = window.open(url,name,"width="+x+",height="+y+",resizable=no,directories=no,menubar=no,location=no,toolbar=no,status=no,scrollbars=no");
	Finestra.moveTo(x1,y1);
Finestra.focus();
}

function poptool(que){
window.open(que,'popscroll','resizable=1,status=1,toolbar=1,menubar=1,scrollbars=1,width=630,height='+(screen.height-200)+',screenX='+(screen.width-400)+',screenY=0,left='+(screen.width-500)+',top=0');
}

function zoom(que){
window.open('http://www.indexbook.com/libro_detalle.html?'+que,'finestreta','resizable=1,status=0,toolbar=0,menubar=0,scrollbars=0,width=1,height=1,screenX='+(screen.width-750)+',screenY=0,left='+(screen.width-750)+',top=0');
window.focus();
}

function zoom_prensa(que){
window.open('http://www.indexbook.com/libro_detalle_prensa.html?'+que,'finestreta','resizable=1,status=0,toolbar=0,menubar=0,scrollbars=0,width=1,height=1,screenX='+(screen.width-750)+',screenY=0,left='+(screen.width-750)+',top=0');
window.focus();
}

function arriba(){
 self.focus();
 setTimeout('arriba()',10000);
}

function mailnobot(nm,dm) {
   mailurl = "mailto:" + nm + "@" + dm;
   window.location = mailurl;
}
