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/execworkshop.gif",
"images/execworkshop_act.gif",
"images/execworkshop_hover.gif",
"images/home.gif",
"images/home_act.gif",
"images/home_hover.gif",
"images/ind_client.gif",
"images/ind_client_act.gif",
"images/ind_client_hover.gif",
"images/locations.gif",
"images/locations_act.gif",
"images/locations_hover.gif",
"images/network.gif",
"images/network_act.gif",
"images/network_hover.gif"
)