function cms_jumpToMenu(selobj)
{
	if (selobj.value!="")
		window.location.href=selobj.value;
}

