<!--
function openindex(url,w,h,t,scr)
      { 
OpenWindow=window.open(url, "newwin", "height="+h+", width="+w+",toolbar=no,scrollbars="+scr+",menubar=no");
//OpenWindow.document.write("<TITLE></TITLE>")
//OpenWindow.document.write("<BODY BGCOLOR=pink>")
//OpenWindow.document.write("<h1>Hello!</h1>")
//OpenWindow.document.write("This text will appear in the window!")
//OpenWindow.document.write("</BODY>")
//OpenWindow.document.write("</HTML>")

OpenWindow.document.close()
self.name="main";
     }
// -->