function changepage()
{
  if (document.getElementById("shortcuts").value == "dhepickuprequest.asp")
  {
    window.open('http://www.godependable.com/dhepickuprequest.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "notificationReqFAQ.asp")
  {
    window.open('http://www.godependable.com/notificationReqFAQ.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "dlspickuprequest.asp")
  {
    window.open('http://www.godependable.com/dlspickuprequest.asp','_top');
  }
 if (document.getElementById("shortcuts").value == "harborfuelsurcharge.asp")
  {
    window.open('http://www.godependable.com/harborfuelsurcharge.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "fuelindex2010.asp")
  {
    window.open('http://www.godependable.com/fuelindex2010.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "dieselprice_ltl.asp")
  {
    window.open('http://www.godependable.com/dieselprice_ltl.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "dieselprice_ftl.asp")
  {
    window.open('http://www.godependable.com/dieselprice_ftl.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "DensityCalc.asp")
  {
    window.open('http://www.godependable.com/DensityCalc.asp','_top');
  }
  if (document.getElementById("shortcuts").value == "bill_of_lading.pdf")
  {
    window.open('http://www.godependable.com/pdf/bill_of_lading.pdf','_top');
  }
  if (document.getElementById("shortcuts").value == "dls.pdf")
  {
    window.open('http://www.godependable.com/pdf/dls.pdf','_top');
  }
  if (document.getElementById("shortcuts").value == "dls_shipping_instructions.pdf")
  {
    window.open('http://www.godependable.com/pdf/dls_shipping_instructions.pdf','_top');
  }
  if (document.getElementById("shortcuts").value == "DHEPointsList")
  {
    window.open('http://www.godependable.com/pdf/DHE_PointsList.pdf','_top');
  }
  //if (shortcuts.value == "gees")
  //{
  //  window.open('http://71.129.106.37/servlet/com.tms.server.loadmaster.www.HeaderServlet?file=login.shtml','_top');
  //}
}