<!-- Begin
function formHandler(form) {
if(form.site.options[form.site.selectedIndex].value!=''){

var windowprops = "height=400,width=600,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}
}

function formHandler2(form) {
if(form.cal.options[form.cal.selectedIndex].value!=''){

var windowprops = "height=500,width=600,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

var URL = form.cal.options[form.cal.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}
}

// End -->



<!--

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;


HM_PG_MenuWidth = 80;
HM_PG_FontFamily = "verdana,Arial,sans-serif";
HM_PG_FontSize = 9;
HM_PG_FontBold = 60;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#FFFFFF";
HM_PG_FontColorOver = "#000000";
HM_PG_BGColor = "#000099";
HM_PG_BGColorOver = "#FFFFFF";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 2;
HM_PG_BorderColor = "#FFCC00";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#FFCC00";

HM_PG_ImageSrc = "";
HM_PG_ImageSrcOver = "";
//HM_PG_ImageSrcLeft = "/images/triL.gif";
//HM_PG_ImageSrcLeftOver = "/images/triL.gif";

HM_PG_ImageSize = 4;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 15;
HM_PG_ChildOffset = 5;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .2;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = [2];


		// Creat new image objects
		function newImage(arg) {
			if (document.images) {
				rslt = new Image();
				rslt.src = arg;
				return rslt;
			}
		}

		// Change the image if the rest of the page is loaded
		function changeImages() {
			if (document.images && (preloadFlag == true)) {
				for (var i=0; i<changeImages.arguments.length; i+=2) {
					document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
				}
			}
		}

		// Preloads the images
		var preloadFlag = false;
		function preloadImages() {
			if (document.images) {
				img01on = newImage("images/n_consumer.gif");
				img02on = newImage("images/n_corporate.gif");
				img03on = newImage("images/n_vendor.gif");
				img04on = newImage("images/n_whatsnew.gif");
				preloadFlag = true;
			}
		}

//-->

