function JumpToLink(frm) {
var newPage = frm.rubrics.options[frm.rubrics.selectedIndex].value
	if (newPage != "None") {
		location.href=newPage
	}
}



function showPopup(url) 
{
    window.open(url, '', 'location=1, status=0, resizable=1, scrollbars=0, menubar=0, toolbar=0, height=740, width=645');
} 
