function DropDownSelect(entered)
{
with (entered)
{
ref=options[selectedIndex].value;
indexHold=options.selectedIndex;
splitcharacter=ref.lastIndexOf("&");

loc=ref; target="_self";
lowloc=loc.toLowerCase();
if (lowloc=="false") {return;}

document.location=loc;
}
}
