var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages
(
"images/logo.jpg",
"images/search_button.jpg",
"images/search_bg1.jpg",
"images/search_bg2.jpg",
"images/search_bg3.jpg",
"images/top_bg.jpg",
"images/searchbox_bg1.jpg",
"images/searchbox_bg2.jpg",
"images/searchbox_bg3.jpg",
"images/searchbox_bg4.jpg",
"images/searchbox_bg5.jpg",
"images/googlemap/pointer_blue.png",
"images/googlemap/pointer_hover2.png",
"images/googlemap/pointer_grey.png",
"images/googlemap/dot_red.jpg",
"images/googlemap/left_bottom_red.jpg",
"images/googlemap/left_top_red.jpg",
"images/googlemap/right_bottom_red.jpg",
"images/googlemap/right_top_red.jpg"
)

