<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function MM_jumpMenu(form, sel)

{
	c = sel.selectedIndex;
	adrs = sel.options[c].value;
	if (adrs != "-" )

	{
		LinkWin=window.open("","NewPage");
		LinkWin.location.href=adrs;
	}
}
// -->
