//Left nav.
igmenu_ctl0NavigationMenu1UltraWebMenu1_Menu=["_ctl0:NavigationMenu1:UltraWebMenu1",2,1,"","MenuHoverClass","","images/HM_ArrowR.gif",false,"300","100","NotSet","#D3D3D3","5","200","1000","","","MenuDisabledClass","MenuItemClass","images/ig_menu_scrollUpWhite.gif","images/HM_ArrowT.gif","images/HM_ArrowB.gif","images/ig_menu_scrollDown_disabled.gif",false,false];
igmenu_ctl0NavigationMenu1UltraWebMenu1_Events = [["",0],["",0],["",0],["",0],["",0]];


var newday = new Date();
var the_year = newday.getYear();
if (the_year <= 1000){the_year = the_year + 1900};


function openBareWindow(theurl, thewindowname, thewidth, theheight){  
  /* Opens a window with the specified url, title, height, and width but with NO decorations (scroll bar, toolbar, etc.)	*/
	popupWin = window.open(theurl,thewindowname,"scrollbars=yes,menubar=no,toolbar=no,status=yes,top=10,left=10,screenx=0,screeny=0,width=" + thewidth + ",height=" + theheight + ",resizable=yes");
	popupWin.focus();
}

//openWindow new window
function openWindow(theurl) {
	popupWin = window.open(theurl,'remote','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=600,height=400')
	popupWin.focus();
}


//DHTML Menu Script

// Color hilighting for navbar and menus.
function tblhilite(tbl, styname) {
    tbl.className = styname;
}

