// preload images:
if (document.images) {
//home
home1 = new Image(75,22); home1.src = "gif/btn_home1.gif";
home2 = new Image(75,22); home2.src = "gif/btn_home.gif";
//renew
renew1 = new Image(75,22); renew1.src = "gif/btn_renew_energy1.gif";
renew2 = new Image(75,22); renew2.src = "gif/btn_renew_energy.gif";
//cytotron
cytotron1 = new Image(75,22); cytotron1.src = "gif/btn_cytotron1.gif";
cytotron2 = new Image(75,22); cytotron2.src = "gif/btn_cytotron.gif";
//sub-cytotron -- about
cytoabout1 = new Image(75,22); cytoabout1.src = "gif/btn_about1.gif";
cytoabout2 = new Image(75,22); cytoabout2.src = "gif/btn_about.gif";
//sub-cytotron -- list of installation
cytolist1 = new Image(75,22); cytolist1.src = "gif/btn_list1.gif";
cytolist2 = new Image(75,22); cytolist2.src = "gif/btn_list.gif";
//osteoarthritis
osteo1 = new Image(75,22); osteo1.src = "gif/btn_osteo1.gif";
osteo2 = new Image(75,22); osteo2.src = "gif/btn_osteo.gif";
//sub-osteoarthritis -- cytotron and OA
osteoabout1 = new Image(75,22); osteoabout1.src = "gif/btn_osteoabout1.gif";
osteoabout2 = new Image(75,22); osteoabout2.src = "gif/btn_osteoabout.gif";
//sub-osteoarthritis -- x-ray evidence
osteoxray1 = new Image(75,22); osteoxray1.src = "gif/btn_osteoxray1.gif";
osteoxray2 = new Image(75,22); osteoxray2.src = "gif/btn_osteoxray.gif";
//sub-osteoarthritis -- mri evidence
osteomri1 = new Image(75,22); osteomri1.src = "gif/btn_osteomri1.gif";
osteomri2 = new Image(75,22); osteomri2.src = "gif/btn_osteomri.gif";
//sub-osteoarthritis -- research
osteoresearch1 = new Image(75,22); osteoresearch1.src = "gif/btn_osteoresearch1.gif";
osteoresearch2 = new Image(75,22); osteoresearch2.src = "gif/btn_osteoresearch.gif";
//cancer
cancer1 = new Image(75,22); cancer1.src = "gif/btn_cancer1.gif";
cancer2 = new Image(75,22); cancer2.src = "gif/btn_cancer.gif";
//cancer-about
cancerabout1 = new Image(75,22); cancerabout1.src = "gif/btn_cancerabout1.gif";
cancerabout2 = new Image(75,22); cancerabout2.src = "gif/btn_cancerabout.gif";
//cancer-mri
cancermri1 = new Image(75,22); cancermri1.src = "gif/btn_osteomri1.gif";
cancermri2 = new Image(75,22); cancermri2.src = "gif/btn_osteomri.gif";
//cancer-research
cancerresearch1 = new Image(75,22); cancerresearch1.src = "gif/btn_osteoresearch1.gif";
cancerresearch2 = new Image(75,22); cancerresearch2.src = "gif/btn_osteoresearch.gif";
//hamemoseis
haemoseis1 = new Image(75,22); haemoseis1.src = "gif/btn_haemoseis1.gif";
haemoseis2 = new Image(75,22); haemoseis2.src = "gif/btn_haemoseis.gif";
//hamemoseis-about
haemoseisabout1 = new Image(75,22); haemoseisabout1.src = "gif/btn_about1.gif";
haemoseisabout2 = new Image(75,22); haemoseisabout2.src = "gif/btn_about.gif";
//hamemoseis-features
hfeatures1 = new Image(75,22); hfeatures1.src = "gif/btn_features1.gif";
hfeatures2 = new Image(75,22); hfeatures2.src = "gif/btn_features.gif";
//hamemoseis-functional
functional1 = new Image(75,22); functional1.src = "gif/btn_functional1.gif";
functional2 = new Image(75,22); functional2.src = "gif/btn_functional.gif";
//hamemoseis-comparison
comparison1 = new Image(75,22); comparison1.src = "gif/btn_comparison1.gif";
comparison2 = new Image(75,22); comparison2.src = "gif/btn_comparison.gif";
//hamemoseis-sample
sample1 = new Image(75,22); sample1.src = "gif/btn_sample1.gif";
sample2 = new Image(75,22); sample2.src = "gif/btn_sample.gif";
//hamemoseis-research
hresearch1 = new Image(75,22); hresearch1.src = "gif/btn_osteoresearch1.gif";
hresearch2 = new Image(75,22); hresearch2.src = "gif/btn_osteoresearch.gif";
//hamemoseis-installation list
hlist1 = new Image(75,22); hlist1.src = "gif/btn_list1.gif";
hlist2 = new Image(75,22); hlist2.src = "gif/btn_list.gif";
//certification
cert1 = new Image(75,22); cert1.src = "gif/btn_cert1.gif";
cert2 = new Image(75,22); cert2.src = "gif/btn_cert.gif";
//registration
registration1 = new Image(75,22); registration1.src = "gif/btn_registration1.gif";
registration2 = new Image(75,22); registration2.src = "gif/btn_registration.gif";
//biz
biz1 = new Image(75,22); biz1.src = "gif/btn_biz1.gif";
biz2 = new Image(75,22); biz2.src = "gif/btn_biz.gif";
//research
research1 = new Image(75,22); research1.src = "gif/btn_research1.gif";
research2 = new Image(75,22); research2.src = "gif/btn_research.gif";
//news
news1 = new Image(75,22); news1.src = "gif/btn_news1.gif";
news2 = new Image(75,22); news2.src = "gif/btn_news.gif";
//about us
aboutus1 = new Image(75,22); aboutus1.src = "gif/btn_aboutus1.gif";
aboutus2 = new Image(75,22); aboutus2.src = "gif/btn_aboutus.gif";
//contact
contact1 = new Image(75,22); contact1.src = "gif/btn_contact1.gif";
contact2 = new Image(75,22); contact2.src = "gif/btn_contact.gif";
}
function hiLite(imgName,imgObjName) {
if (document.images) {
document.images[imgName].src = eval(imgObjName + ".src");
}}

