function MM_openBrWindow(theURL,winName) { //v2.0
//  window.open(theURL,winName,'scrollbars=yes,resizable=yes,width=850,height=500');
  window.open(theURL);
}
function MM_openBrWindow2(theURL,winName) { //v2.0
//  window.open(theURL,winName,'scrollbars=no,resizable=yes,width=620,height=420');
  window.open(theURL,winName,'scrollbars=yes,resizable=yes');
}
function PageJump(parts){
	if (parts.options[parts.selectedIndex].value!="-"){
		location=parts.options[parts.selectedIndex].value;
	}
}

