//add top banner if needed
var menulayer;
function change_layercontent(){
	if(self==top){
         menuhtmlstring="<TABLE border=0><TR><TD><img src='../images/topNavLogoImages.gif' usemap='#Map' border='0'></TD></TR></TABLE>";
	
		if(document.layers){
 			//thisbrowser="NN4";
			menulayer = document.layers["menubanner"];
			menulayer.document.open();
			menulayer.document.write(menuhtmlstring);
			menulayer.document.close();
                      }
							
	 if(document.all){
		//thisbrowser="ie"
		menulayer = document.all["menubanner"];
		menulayer.innerHTML=menuhtmlstring;
                     }
							
	if(!document.all && document.getElementById){
		//thisbrowser="NN6";
		menulayer = document.getElementById("menubanner");
		menulayer.innerHTML =menuhtmlstring;
                      }
	}
  }

function breakframes() {
	if(self!=top){
	alert("This site does not look right when it is contained with in another site's frames, so it is breaking out. This can cause trouble with the BACK button, so if you need to go BACK past our home page and it does not seem to work, try double clicking the BACK button very quickly several times, or use the BACk button history drop down selection, or just type a new URL in the address bar to go to a new site."
   	top.location.href = window.location.href }
}
	
 
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);

//rollover pop up menus
function show(menu)
	{ if (menu.style.visibility = "hidden")
		menu.style.visibility = "visible";
	}
function hide(menu)
	{ if (menu.style.visibilty = "visible")
		menu.style.visibility = "hidden";
	}



<!-- Begin Verify Required fields
function verify() {
var themessage = "You are required to complete the following fields: ";
if (document.Form1.name.value=="") {
themessage = themessage + " - Your First & Last Name";
}
if (document.Form1.email.value=="") {
themessage = themessage + " -  Your Email for Confirmation";
}
if (document.Form1.phone.value=="") {
themessage = themessage + " -  Your Phone # is required by UPS";
}
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: ") {
document.Form1.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End Verify Required fields-->
	
var today = new Date
var weekDayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthName = new Array ("January","February","March","April","May","June","July","August","September","October","November","December")
function printDate()
	{
		document.write("<b>" + weekDayName[today.getDay()]+ ", " + monthName[today.getMonth()] + " " + today.getDate()+ ",&nbsp" + today.getYear() + "</b>")
	}
	
//***************

function changeColor(rowname){
	//var rowname2 = "R" + rowname;
	//alert(rowname);
	document.getElementById("R" + rowname).className="blueTD";	
}                      


	
function RequestDate()
	{
		var amonth = today.getMonth();
		amonth = amonth + 1;
		document.LiteratureRequest.date.value = amonth + "/" + today.getDate() + "/" + today.getYear();
	}
	function initDynLyrs(which) {
	if(which=='in')  {
		wipeLyr = new dynObj('wipeDiv');
  		wipeLyr.wipe("in top",200,700);
		}
	if(which=='out')  {
		wipeLyr = new dynObj('wipeDiv');
  		wipeLyr.wipe("out top",200,700);
		}
}

function initDynLyrs2(which) {
	if(which=='in')  {
		wipeLyr = new dynObj('wipeDiv2');
  		wipeLyr.wipe("in top",200,700);
		}
	if(which=='out')  {
		wipeLyr = new dynObj('wipeDiv2');
  		wipeLyr.wipe("out top",200,700);
		}
}
