
function change(tagid,imgpath)
{
	document.images[tagid].src=imgpath;
}



var siteopt = new MakeArray( 



		"Select Here---",                           
                                
                "Corporate",

                "Products",

    

                "Export",

                "Clients",

                "Feedback",

                "Sitemap",

                "Home"
                
);

var url = new MakeArray(
                                           
                        "#.htm",
                        
                        "corporate.htm",

                        "products.htm",

                

                        "export.htm",

                        "clients.htm",

                        "feedback.htm",

                        "sitemapmain.htm",

                        "index.htm"


                        




                       );



                        



function jumpPage(form)



{



        i = form.SelectMenu.selectedIndex;

        window.parent.frames.location.href = url[i+1];


}


function MakeArray()

        {

        this.length = MakeArray.arguments.length

        for (var i = 0; i < this.length; i++)

        this[i+1] = MakeArray.arguments[i]

        }






