function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=yes,width=600,height=450,left=10,top=10");
}

<!-- ### END pop up ### -->


<!--
function highlightmetasearch() {
document.formname.text2copy.select(); document.formname.text2copy.focus();
}
function copymetasearch() {
highlightmetasearch();
textRange = document.formname.text2copy.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
alert("This code has been copied to your clipboard.\nIf this post is lost you can repost it from your clipboard\nUse CTRL V to paste the text.");
   }
   // -->

<!--
function highlightmetasearch() {
document.formname.text2copy1.select(); document.formname.text2copy1.focus();
}
function copymetasearch() {
highlightmetasearch();
textRange = document.formname.text2copy1.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
alert("This code has been copied to your clipboard.\nIf this post is lost you can repost it from your clipboard\nUse CTRL V to paste the text.");
   }
   // -->
<!-- ### END copy from text area ### -->

qanda_handle = new Object;
qanda_ID = 0;

function qanda(w,h,t,l) {
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  qanda_handle = window.open("qanda.htm","qanda",",,,,,,," + loc);
if(parseInt(navigator.appVersion) >= 4){qanda_handle.window.focus();}
}
<!-- ### end quanda window ### -->


terms_handle = new Object;
terms_ID = 0;

function terms(w,h,t,l) {
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  terms_handle = window.open("important_information.html","terms",",,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){terms_handle.window.focus();}
}
<!-- ### End Terms window ### -->


// This is the function that will close the
// new window when the mouse is moved off the link
function close_window() 
{
new_window.close();
}

// -->
