window.status = "Let Go Hosting";
function openWin(win,w,h) {
  myWin= open(win, "", "width="+w+",height="+h+",scrollbars=yes,resizable=no,status=yes,toolbar=no,menubar=yes");
}
function email(text) {
	var mail = "mail"; var to = "to:";
	document.write("<a href=\"" + mail + to + "hosting" + "@" + "let-go.net" + "\">" + text + "<\/a>");
}
