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