document.writeln("<SCRIPT language=\"JavaScript\" type=\"text\/javascript\">");
document.writeln("\/\/ Begin morelink");
document.writeln("function morelink(morelink)");
document.writeln("{");
document.writeln("url = \'MoreLink.asp?linktype=1\';");
document.writeln("window.open(url,morelink);");
document.writeln("}");
document.writeln("\/\/ End morelink-->");
document.writeln("\/\/ Begin linkreg");
document.writeln("function linkreg(linkreg)");
document.writeln("{");
document.writeln("url = \'LinkReg.asp\';");
document.writeln("window.open(url,linkreg);");
document.writeln("}");
document.writeln("\/\/ End linkreg-->");
document.writeln("\/\/ Begin vote");
document.writeln("function vote(vote)");
document.writeln("{");
document.writeln("url = \'Vote.asp?stype=view\';");
document.writeln("window.open(url,vote);");
document.writeln("}");
document.writeln("\/\/ End vote-->");
document.writeln("\/\/ Begin adduser");
document.writeln("function adduser(adduser)");
document.writeln("{");
document.writeln("url = \'AddUser.asp\';");
document.writeln("window.open(url,adduser);");
document.writeln("}");
document.writeln("\/\/ End adduser-->");
document.writeln("\/\/ Begin getpwd");
document.writeln("function getpwd(getpwd)");
document.writeln("{");
document.writeln("url = \'GetPwd.asp\';");
document.writeln("window.open(url,getpwd);");
document.writeln("}");
document.writeln("\/\/ End getpwd-->");
document.writeln("<\/script>");
