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

<!--hide script from old browsers
BroW = parseInt(navigator.appVersion)
if (BroW >= 4) {Vs = true} else {Vs = false}
if (Vs == true) {
Wid = screen.availWidth - 30
Hei = screen.availHeight + 50
Left = Math.floor((Wid - 350) / 2) ; Top = Math.floor((Hei - 100) / 2)
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN)
}
document.onmousedown = noClick
}
//
function noClick (e) {
flag = false
if (document.layers) {which = e.which ; if (which == 3) {flag = true}
} else {which = event.button ; if (which == 2) {flag = true}}
if (flag) {
alert('All the graphics on this site have been protected against right-clicking')
return false
}
}
//
//end hiding contents-->
