
function QL_jumpMenu(targ,selObj,restore){
	if (selObj.selectedIndex != 0)
	{
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
	}
   }

function NewWindow(url_string)
{
window.open(url_string, "extern", "toolbar=yes,status=yes,location=yes,menubar=yes,resizable=yes,scrollbars=yes,width=600,height=550");
}