//metropolita.hu custom javascripts

function favuorite() {
	if (document.all)
	window.external.AddFavorite(location.href, document.title);
	else if (window.sidebar)
	window.sidebar.addPanel(document.title, location.href, "")
	}

function ViewCrossReference (selSelectObject)
{
   if (selSelectObject.options[selSelectObject.selectedIndex].value != "")
   {
     location.href=selSelectObject.options[selSelectObject.selectedIndex].value
   }
}