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

function popupWindow(name,url,width,height,scrollbar)
{
	var assetWindow = window.open(url,name,'toolbar=0,location=0,directories=0,menubar=0,status=1,scrollbars=' + scrollbar + ',resizable=0,width=' + width + ',height=' + height);
	if(window.focus)
	{
		assetWindow.focus();
	}	
}