
<!-- Begin
var finestra;
function closePopup() {
if (finestra != null && !finestra.closed) finestra.close();
}
function popUp(root,file,title){
  //root="http://www.vntrip.com/vntrip_v2";
  stringa="width=275,height=125,resizable=no,scrollbars=no,top=100,left=100";
  closePopup();
  finestra=window.open("","",stringa);																																																														url=root+"/audio85hGaf7fhj1aas/"+file;
  finestra.document.writeln('<html><title>'+title+'</title>');
  finestra.document.writeln('<head><SCRIPT LANGUAGE="Javascript">');
  finestra.document.writeln('var isNS = (navigator.appName == "Netscape") ? 1 : 0;');
  finestra.document.writeln('var EnableRightClick = 0;');
  finestra.document.writeln('if(isNS) ');
  finestra.document.writeln('document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);');
  finestra.document.writeln('function mischandler(){');
  finestra.document.writeln('if(EnableRightClick==1){ return true; }');
  finestra.document.writeln('else {return false; }');
  finestra.document.writeln('}');
  finestra.document.writeln('function mousehandler(e){');
  finestra.document.writeln('if(EnableRightClick==1){ return true; }');
  finestra.document.writeln('var myevent = (isNS) ? e : event;');
  finestra.document.writeln('var eventbutton = (isNS) ? myevent.which : myevent.button;');
  finestra.document.writeln('if((eventbutton==2)||(eventbutton==3)) return false;');
  finestra.document.writeln('}	');
  finestra.document.writeln('function keyhandler(e) {');
  finestra.document.writeln('var myevent = (isNS) ? e : window.event;');
  finestra.document.writeln('if (myevent.keyCode==96)');
  finestra.document.writeln('EnableRightClick = 1;');
  finestra.document.writeln('return;');
  finestra.document.writeln('}');
  finestra.document.writeln('document.oncontextmenu = mischandler;');
  finestra.document.writeln('document.onkeypress = keyhandler;');
  finestra.document.writeln('document.onmousedown = mousehandler;');
  finestra.document.writeln('document.onmouseup = mousehandler;');
  finestra.document.writeln('</script></head>');
  //finestra.document.writeln('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><EMBED SRC="'+url+'" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="All" HEIGHT=125 WIDTH=275 AUTOSTART=true></body></html>');
  finestra.document.writeln('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
  finestra.document.writeln('<OBJECT');
  finestra.document.writeln(' ID=video1');
  finestra.document.writeln(' CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"');
  finestra.document.writeln(' HEIGHT=125 WIDTH=275>');
  finestra.document.writeln('<PARAM NAME="controls" VALUE="All">');
  finestra.document.writeln('<PARAM NAME="console" VALUE="Clip1">');
  finestra.document.writeln('<PARAM NAME="autostart" VALUE="true">');
  finestra.document.writeln('<PARAM NAME="src" VALUE="'+url+'">');
  finestra.document.writeln('<EMBED SRC="'+url+'" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="All"');
  finestra.document.writeln(' HEIGHT=125 WIDTH=275 AUTOSTART=true>');
  finestra.document.writeln('</OBJECT>');
  finestra.document.writeln('</body></html>');



  finestra.focus();
}
//  End -->

