// JavaScript Document

function JumpMenu(){
	var link = document.quickjumpform.menu.options[document.quickjumpform.menu.selectedIndex].value;
	if ( link != 'IGNORE' ) {
		window.open(link,"_blank");
	}
}

function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features);
}

