var popfoto;
function popup(link, width, height){
  if (width == null){
  width = 550
  }
  if (height == null){
  height = 461
  }
	if (popfoto) popfoto.close();
	popfoto = window.open (link, 'popup', 'width=' + width + ',height=' + height + ',top=30,left=30, scrollbars=yes,status=no');
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if (selObj.options[selObj.selectedIndex].value != ''){
  window.open(selObj.options[selObj.selectedIndex].value);
  if (restore) selObj.selectedIndex=0;
  }
}
function MM_jumpMenu2(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}