// JavaScript Document
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

var newWin = null;
function demoPopUp(epuURL) {
	if (newWin != null && !newWin.closed)
		newWin.close();
	newWin = window.open(epuURL, 'newWin', 'width=360,height=460');
	newWin.focus
}

<!-- Web Site:  http://dynamicdrive.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function disableForm(theform) {
if (document.all || document.getElementById) {
for (i = 0; i < theform.length; i++) {
var tempobj = theform.elements[i];
if (tempobj.type.toLowerCase() == "submit" || tempobj.type.toLowerCase() == "reset")
tempobj.disabled = true;
}
setTimeout('alert("Your order has been submitted.  Please allow a few moments for processing.")', 1500);
return true;
}
else {
alert("Your order has been submitted. Please do not click the Submit button again and allow a few moments for processing.");
return false;
   }
}
//  End -->

//-->