function open_send(stURL) {
	w = 300;
	h = 400;
	proj = '300x400';
	arg = 'width='+w+',height='+h+',left=14,top=12,scrollbars=yes';
	popup = (document.layers) ? window.open(stURL, proj, arg) : window.open(stURL, proj, arg);
	popup.focus();	
}


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