
  function redirect(url) {
    document.location = url;
  }
  
  function contactformsubmit(frm) {    
    frm.submit();
  }
  
  function contactformclear(frm,obj1,obj2,obj3,obj4,obj5) {
    obj1.value = '';
    obj2.value = '';
    obj3.value = '';
    obj4.value = '';
    obj5.value = '';
  }
    
  function preloadpic() {
      
    timghomemenu1 = new Image(); timghomemenu1.src = "images/home_menu1_hover.png";
    timghomemenu2 = new Image(); timghomemenu2.src = "images/home_menu2_hover.png";
    timghomemenu3 = new Image(); timghomemenu3.src = "images/home_menu3_hover.png";
    timghomemenu4 = new Image(); timghomemenu4.src = "images/home_menu4_hover.png";
      
    timgmenu1 = new Image(); timgmenu1.src = "images/menu1_hover.jpg";
    timgmenu2 = new Image(); timgmenu2.src = "images/menu2_hover.jpg";
    timgmenu3 = new Image(); timgmenu3.src = "images/menu3_hover.jpg";
    timgmenu4 = new Image(); timgmenu4.src = "images/menu4_hover.jpg";
    timgmenu5 = new Image(); timgmenu5.src = "images/menu5_hover.jpg";
    timgmenu6 = new Image(); timgmenu6.src = "images/menu6_hover.jpg";
    
    timgcontact = new Image(); timgcontact.src = "images/contact_btn_hover.jpg";
        
    timghome1a = new Image(); timghome1a.src = "images/home_10reasons_hover.jpg";
    timghome2a = new Image(); timghome2a.src = "images/home_iporder_hover.jpg";
    
    timghome1b = new Image(); timghome1b.src = "images/home_10reasons_detail.jpg";
    
    timgproducts1 = new Image(); timgproducts1.src = "images/products1_hover.jpg";
    timgproducts2 = new Image(); timgproducts2.src = "images/products2_hover.jpg";
    timgproducts3 = new Image(); timgproducts3.src = "images/products3_hover.jpg";
    timgproducts4 = new Image(); timgproducts4.src = "images/products4_hover.jpg";
    timgproducts5 = new Image(); timgproducts5.src = "images/products5_hover.jpg";
    
    timgagents1 = new Image(); timgagents1.src = "images/agents_cn_hover.jpg";
    timgagents2 = new Image(); timgagents2.src = "images/agents_hk_hover.jpg";
    timgagents3 = new Image(); timgagents3.src = "images/agents_sg_hover.jpg";
    timgagents4 = new Image(); timgagents4.src = "images/agents_sk_hover.jpg";
    
  }
