function openWin(url, name, iWidth, iHeight)
{
//	popupWin = window.open(url, name, "resizable=yes,toolbar=no,menubar=no,width=" + iWidth + ",height=" + iHeight + ",scrollbars=no,status=no");
	popupWin = window.open(url, name, "resizable=yes,toolbar=yes,menubar=yes,width=" + iWidth + ",height=" + iHeight + ",scrollbars=yes,status=yes");
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}


