function goThere() {
 
 if (document.navBar.gimmie.options[1].selected)
    document.location='product_item.htm'

 if (document.navBar.gimmie.options[2].selected)
    document.location='contactus.htm'

 if (document.navBar.gimmie.options[3].selected)
    document.location='aboutus.htm'

 if (document.navBar.gimmie.options[4].selected)
    document.location='product_item.htm'

 if (document.navBar.gimmie.options[5].selected)
    elink('General inquiry')
  }
