// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openTerms(){
	myWindow = window.open('terms.php', 'termsWindow', 'resizable=1,width=590,height=550,scrollbars=1,status=1');
	myWindow.focus();
}