function MM_jumpMenu(targ,selObj,restore){ //v3.0
	var loc =  selObj.options[selObj.selectedIndex].value  ;
	window.open(loc, 'CNA', 'width=550,scrollbars=yes,toolbar=yes,menubar=no,resizable=yes,height=500,left=0,screenX=0,top=0,screenY=0');
	selObj.selectedIndex = 0;
}

function MM_jumpMenu2(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_PopupWindow(theURL) { //v2.0
  var features = 'width=550,scrollbars=yes,toolbar=yes,menubar=no,resizable=yes,height=500,left=0,screenX=0,top=0,screenY=0';
  window.open(theURL,'CNA',features);
}