// JavaScript Document

function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}

function GoGoGadgetWindow (winName, newURL) {
  win = window.open("", winName);
  win.location.href = newURL;
}
function body_onload() {
	if (location.hash) {
		var div		= document.getElementById(location.hash.slice(1));
			if (div) div.style.display = 'block';
			lightbox_2();
	}

}

var newwindow
function GoGoGadgetWindow(whythere) {
newwindow=window.open(whythere[whythere.selectedIndex].value,'doPop');
newwindow.focus();
}