function apriPopTel(page, regione, sottopagina, pagetocall,scheda) { if (regione=="" || typeof(regione)=='undefined') regione="Nazionale"; if (sottopagina=="" || typeof(sottopagina)=='undefined') sottopagina="0"; if(scheda=="" || typeof(scheda)=='undefined'){ wid=window.open("http://www.televideo.rai.it/televideo/pub/"+pagetocall+"?p="+page+"&s="+sottopagina+"&r="+regione+"&pagetocall="+pagetocall,'Programmi TV - Televideo','top=40,left=40,width=380,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=false,location=0,copyhistory=0,scrollbars=no,title=Programmi TV - Televideo'); }else{ if(pagetocall =="popupTelevideo.jsp"){ wid=window.open("http://www.televideo.rai.it/televideo/pub/"+pagetocall+"?p="+page+"&s="+sottopagina+"&r="+regione+"&pagetocall="+pagetocall+"&scheda=si",'Programmi TV - Televideo','top=40,left=40,width=380,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=false,location=0,copyhistory=0,scrollbars=no'); }else{ wid=window.open("http://www.televideo.rai.it/televideo/pub/"+pagetocall+"?p="+page+"&s="+sottopagina+"&r="+regione+"&pagetocall="+pagetocall,'Programmi TV - Televideo','top=40,left=40,width=380,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=false,location=0,copyhistory=0,scrollbars=no'); } } }