function showpic(imgsrc, title) {
	hydropicwindow = window.open("", "hydropicwindow", "location=no,  menubar=no, resizable=yes, toolbar=no, width=470, height=320");
	hydropicwindow.document.write("<html><head><title>"+title+"</title></head><body>");
	hydropicwindow.document.write("<p align=center><img src='images/"+imgsrc+"' onclick='javascript:window.close()'>");
	hydropicwindow.document.write("</body></html>");
}

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

