
function goToSelectedLocation()
{
     window.location = document.Form.SearchDropDown.options[document.Form.SearchDropDown.selectedIndex].value
}

function goto(loc)
{
     window.location = loc
}

function openExternalSite(url)
{
 window.open(url,"openExternalSite","width=950,height=550,location=1,menubar=1,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=1,screenX=50,left=30,screenY=30,top=30");
}

function openCWindow(url)
{
 window.open(url,"openCWindow","width=670,height=610,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=150,screenY=30,top=45");
}
function openDWindow(url)
{
 window.open(url,"openDWindow","width=600,height=610,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=200,screenY=30,top=45");
}
function openNWindow(url)
{
 window.open(url,"openNWindow","width=670,height=610,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=170,screenY=30,top=65");
}
function openEWindow(url)
{
 window.open(url,"openEWindow","width=670,height=610,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=190,screenY=30,top=85");
}

function openDoc(url)
{
 window.open(url,"openDoc","width=825,height=640,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=100,screenY=10,top=10");
}

