<!--
function ok(select){
	if(select.options[select.selectedIndex].value!='$') {
 		window.open(select.options[select.selectedIndex].value,'_self');
	}
}
function ok1(select){
	if(select.options[select.selectedIndex].value!='$') {
 		window.open(select.options[select.selectedIndex].value,'_blank');
	}
}

function pop(theURL) { //v2.0
  window.open(theURL,'',"width=640,height=480,scrollbars=yes");
}

function popwin(theURL,winName,features) { //v2.0
  sitemap=window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->