function openindex(type)
{ 

OpenWindow=window.open("", "newwin", "height=700,width=700,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>TIS-0</TITLE>")
OpenWindow.document.write("<style type='text/css'>")
OpenWindow.document.write("<!--")
OpenWindow.document.write("@import url('http://www.tis0.com/tiso.css'")
OpenWindow.document.write("-->")
OpenWindow.document.write("</style>")
OpenWindow.document.write("<BODY BGCOLOR=FFFFFF>")
OpenWindow.document.write("<div align='center'>")


if (type == 1)
{

  OpenWindow.document.write("<iframe src='terms.html' height=670 width=670 frameborder='0'></iframe>")
} else {
  OpenWindow.document.write("<iframe src='privacy.html' height=670 width=670 frameborder='0'></iframe>")
}
  
OpenWindow.document.write("</div>")
OpenWindow.document.write("</HTML>")
OpenWindow.moveTo(25, 50);
OpenWindow.document.close()
self.name="main"
}
