function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function openURL(URL) {
   win2 = window.open("Window2", "width=310,height=600,scrollbars=yes");
}
function showPicture(picNum) {
		wHeight = 620;
		wWidth = 620;
		win = this.open("../popup.htm?" + picNum, "picWin", "toolbar=no,menubar=yes,location=no,scrollbars=no,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",screenX=0,screenY=0,left=0,top=0");
}
function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=910');
	if (window.focus) {newwindow.focus()}
	return false;
}

