<!--// Function to open quicklinks in current window.
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!--// Function to open external websites in a new window.
function blankwindow(url) {
	newwindow=window.open(url,'name','toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=1,width=1030,height=750,left=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
//-->

<!--// Function to open external websites in a small new window. (used for forms on the SSL server)
function blankwindowsm(url) {
	newwindow=window.open(url,'name','toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=0,width=820,height=500,left=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
//-->