<!--
function video_hello()
{ 
OpenWindow=window.open("", "newwin", "height=180,width=320,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<html>")
OpenWindow.document.write("<title>Hello Video</title>")
OpenWindow.document.write("<body bgcolor=000000>")
OpenWindow.document.write("<embed src=video/hello.avi loop=false autostart=true></embed>")
OpenWindow.document.write("</html>")
OpenWindow.document.close()
self.name="main"
}
//-->
