 window.OnError=null;
 var hloaded = 0; 


 function HLoadImgs() {
    if (document.images && (navigator.appVersion.substring(0,1) >= 3)) {



                home1 = new Image();
                home1.src =root_url+"img/header/home_but1.jpg";
	products1 = new Image();
               	products1.src =root_url+"img/header/products_but1.jpg";
	order1 = new Image();
             	order1.src =root_url+"img/header/order_but1.jpg";
	news1 = new Image();
              	news1.src =root_url+"img/header/news_but1.jpg";
                us1 = new Image();
                us1.src = root_url+"img/header/us_but1.jpg";
                contact1 = new Image();
                contact1.src = root_url+"img/header/contact_but1.jpg";
	partner1 = new Image();
                partner1.src = root_url+"img/header/partner_but1.jpg";
	forum1 = new Image();
                forum1.src = root_url+"img/header/forum_but1.jpg";
	subright1 = new Image();
                subright1.src = root_url+"img/sub_but1.jpg";
	submit_but1 = new Image();
                submit_but1.src = root_url+"img/submit_form1.gif";
	clear_but1 = new Image();
                clear_but1.src = root_url+"img/clear_form1.gif";
	try1 = new Image();
                try1.src = root_url+"img/try1.jpg";
	buy1 = new Image();
                buy1.src = root_url+"img/buy1.jpg";
	try_1 = new Image();
                try_1.src = root_url+"img/try1.jpg";
	buy_1 = new Image();
                buy_1.src = root_url+"img/buy1.jpg";
	voiting1 = new Image();
                voiting1.src = root_url+"img/voiting1.jpg";

           
                home0 = new Image();
                home0.src =root_url+"img/header/home_but.jpg";
	products0 = new Image();
               	products0.src =root_url+"img/header/products_but.jpg";
	order0 = new Image();
                order0.src =root_url+"img/header/order_but.jpg";
	news0 = new Image();
               	news0.src =root_url+"img/header/news_but.jpg";
                us0 = new Image();
                us0.src = root_url+"img/header/us_but.jpg";
                contact0 = new Image();
                contact0.src = root_url+"img/header/contact_but.jpg";
	partner0 = new Image();
                partner0.src = root_url+"img/header/partner_but.jpg";
	forum0 = new Image();
                forum0.src = root_url+"img/header/forum_but.jpg";
	subright0 = new Image();
                subright0.src = root_url+"img/sub_but.jpg";
	submit_but0 = new Image();
                submit_but0.src = root_url+"img/submit_form.gif";
	clear_but0 = new Image();
                clear_but0.src = root_url+"img/clear_form.gif";
	try0 = new Image();
                try0.src = root_url+"img/try.jpg";
	buy0 = new Image();
                buy0.src = root_url+"img/buy.jpg";
	try_0 = new Image();
                try_0.src = root_url+"img/try.jpg";
	buy_0 = new Image();
                buy_0.src = root_url+"img/buy.jpg";
	voiting0 = new Image();
                voiting0.src = root_url+"img/voiting.jpg";

                hloaded = 1;   
    }
}


function hchange(Name,No) {
        if (document.images && (hloaded == 1) && (document[Name])) {
		root_url=root_url+"";
	
		//document[Name].src = eval(root_url+Name+No+".src");

	        document[Name].src = eval(Name + No + ".src");
        }
}


function search_act(f){document.search_form.submit(); }


