function openFrames(url) {
var newWindow = window.open("");

newWindow.document.write("<html>");
newWindow.document.write("<head>");
newWindow.document.write("<title>Tietoverkot oppimisen tukena</title>");
newWindow.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
newWindow.document.write("<script language='javascript'>");
newWindow.document.write("");
newWindow.document.write("function maindbpath(){");
newWindow.document.write("     var db =  'http://www.ovk.fi/nmi/ovk.nsf';");
newWindow.document.write("     return db;");
newWindow.document.write("}");
newWindow.document.write("function maindbtype(){");
newWindow.document.write("     var type =  'internet'; ");
newWindow.document.write("     return type;");
newWindow.document.write("}");
newWindow.document.write("<\/script>");
newWindow.document.write("</head>");
newWindow.document.write("<frameset rows='*' cols='200,803*' frameborder='NO' border='0' framespacing='0'> ");
newWindow.document.write("  <frameset rows='374,293' cols='200*' frameborder='NO' border='0' framespacing='0'> ");
newWindow.document.write("<frame name='navigator' src='http://www.ovk.fi/nmi/ovk.nsf/MainNavigator?OpenPage'>");
newWindow.document.write("    <frameset rows='132,158' cols='200*' frameborder='NO' border='0' framespacing='0'> ");
newWindow.document.write("<frame name='subnavigator' src='http://www.ovk.fi/nmi/ovk.nsf/SubNavigator?OpenPage'>");
newWindow.document.write("<frame name='logot' scrolling='NO' noresize src='http://www.ovk.fi/nmi/ovk.nsf/Logo?OpenPage'>");
newWindow.document.write("    </frameset>");
newWindow.document.write("  </frameset>");
newWindow.document.write("  <frameset rows='104,563*' frameborder='NO' border='0' framespacing='0' cols='*'> ");
newWindow.document.write("<frame name='path' noresize scorlling='NO' src='http://www.ovk.fi/nmi/ovk.nsf/Blank?OpenPage'>");
newWindow.document.write("<frame name='content' src="+url+">");
newWindow.document.write("  </frameset>");
newWindow.document.write("</frameset>");
newWindow.document.write("<noframes><body bgcolor='#FFFFFF'>");
newWindow.document.write("</body></noframes>");
newWindow.document.write("</html>");
newWindow.document.write("");
}
