<!--

function correct(){
if (finished){
setTimeout("begin()",3000)
}
return true
}
window.onerror=correct
function begin(){
if (!document.all)
return
if (maxheight==null)
maxheight=temp.offsetHeight
whatsnew.style.height=maxheight
temp.style.display="none"
c=1
finished=true
change()
}

//Open Window script
function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

//Close Window script
function close_button() {
	parent.close();
}

//Print Window script
function print_button() {
	parent.print();
}

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

dayName = new Array("", "Mon","Tue","Wed","Thu","Fri","Sat","Sun")
monName = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
now = new Date

function validateForm (f) {
    if (f.name.value == '') {
    alert('Please fill in Name.');
    return false;
  } 

    if (f.email.value == '') {
    alert('Please fill in Email Address.');
    return false;
  }
  
//  function rushbox(checked) {
//if (checked==true) {alert(" LIFT OFF! ")}
//}
// <INPUT TYPE=checkbox NAME="rush" OnClick="rushbox(form.rush.checked)" 
  
//    if (f.phonenumber.value == '020-78907890') {
//    alert('Form cannot be submitted');
//    return false;
//  }   
}
