function open_window(immag,did,ww,hh,nomefinestra)
 { new_window = window.open("", nomefinestra, "toolbar=no,titlebar=no,location=no,directories=no," + "status=no,menubar=no,scrollbars=no,top=50,left=50,width=" + ww + ",height=" + hh);
 new_window.document.open();
 new_window.document.write("<HTML>");
 new_window.document.write("<HEAD>");
 new_window.document.write("<link rel='stylesheet' href='/vda.css' type='text/css'>");
 new_window.document.write("<TITLE>Filmati Valle d'Aosta</TITLE></HEAD>");
 new_window.document.write("<BODY leftmargin='0' topmargin='0' onblur='self.focus()' class='BarraTitolo10'>");
 new_window.document.write("<table cellpadding='0' cellspacing='0'>");
 new_window.document.write("<tr height='47'><td colspan='3' class='BarraTitolo10'><center><img src='/img/logoVDA_Video.gif'></center></td></tr>");
 new_window.document.write("<tr><td class='BarraTitolo10' width='20'>&nbsp;</td><td id='video'>");
 new_window.document.write("<embed src='" + immag + "' pluginspage='http://www.microsoft.com/windows/mediaplayer/'></embed>");
 new_window.document.write("</td><td class='BarraTitolo10' width='20'>&nbsp;</td></tr>");
 new_window.document.write("<tr height='25'><td colspan='3' align='center' class='BarraTitolo10'><div align='center'>" +did+ "</div></td></tr>");
 new_window.document.write("<tr><td colspan='3' align='right' class='BarraTitolo10'><div align='right'><a href=# onClick='self.close()' class='Testo'>chiudi</a></div></td></tr>");
 new_window.document.write("</table>");
 new_window.document.write("</BODY>"); 
 new_window.document.write("</HTML>");
 new_window.document.close(); } 

