
function update_frame(myoptions) 
{
        destination = myoptions[myoptions.selectedIndex].value;
        if (destination == "null")
        {
                return true;
        }
        window.location.replace(destination);
        myoptions.selectedIndex = 0;

        return true;
}


function redirectme()
{
bname=navigator.appName
if (bname.indexOf("Netscape")!=-1)
	{
	alert("This interface was designed specifically for Internet Explorer and does not display properly when using Netscape Navigator.");
	return
	}



}
