
function openindex()
{
OpenWindow=window.open("", "newwin", "height=506,width=836,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>Harta</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=000000>")
OpenWindow.document.write("<img src=http://"+SITE_URL+"/custom/content/images/training/hp3.jpg ></img>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")
OpenWindow.document.close()
self.name="main"
}

