function removeLinks()
{
for (i in document.links) document.links[i].onfocus =document.links[i].blur;
}

function till(obj)
{
if (obj.selectedIndex>-1)
{
top.location.href=obj.options[obj.selectedIndex].value
}
}


function openWindow(theURL,winName,features) 
{
window.open(theURL,winName,features);
}


function MM_openBrWindow(theURL,winName,features) 
{ 
window.open(theURL,winName,features);
}