    function searcheng(term){
    if(term=='aboutus' || term=='about')
        {window.location.href='aboutus.html'}
    if(term=='booking' || term=='book')
        {window.location.href='booking.html'}
    if(term=='contacts' || term=='contact')
        {window.location.href='contacts.html'}
    if(term=='courses' || term=='course')
      {window.location.href='courses.html'}
    if(term=='delivery' || term=='deliveries')
      {window.location.href='delivery.html'}
    if(term=='flights' || term=='flight')
      {window.location.href='flights.html'}
    if(term=='apply' || term=='application')
      {window.location.href='form.html'}
    if(term=='home' || term=='home page')
      {window.location.href='index.html'}
    if(term=='insurance' || term=='insure')
      {window.location.href='insurace.html'}
    if(term=='holiday' || term=='holidays')
      {window.location.href='nkk_holidays.html'}
    if(term=='prices' || term=='price')
      {window.location.href='price.html'}
    if(term=='timetable' || term=='time table')
      {window.location.href='timetable.html'}
    if(term=='tour' || term=='take a tour')
      {window.location.href='tour.html'}
    if(term=='comments' || term=='comment')
      {window.location.href='comments.html'}
    if(term=='contactus' || term=='contact us')
      {window.location.href='contactus.html'}
    if(term=='decoration' || term=='decorations')
      {window.location.href='decor.html'}
    if(term=='detail' || term=='details')
      {window.location.href='details.html'}
    if(term=='important' || term=='important information')
      {window.location.href='impor.html'}
    if(term=='order' || term=='orders')
      {window.location.href='order.html'}
    if(term=='products' || term=='product')
      {window.location.href='products.html'}
    if(term=='plates' || term=='plate')
      {window.location.href='prices.html'}
    if(term=='cups' || term=='cup')
      {window.location.href='prices.html'}
    if(term=='excursions' || term=='excursions from nkhotakota')
      {window.location.href='todo.html'}
    if(term=='specials' || term=='special offers')
      {window.location.href='specials.html'}
    if(term=='special' || term=='special offer')
      {window.location.href='specials.html'}
    if(term=='')
      {alert("Search can not be blank")}
    else{
         {alert('Search found, click OK')}
       }

     }

