var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("themes/DeepBlue/images/logo.jpg","themes/DeepBlue/images/logo-graphic.jpg","themes/DeepBlue/images/menu__left.gif","themes/DeepBlue/images/menu__b1.gif","themes/DeepBlue/images/menu__b1_over.gif","themes/DeepBlue/images/menu__b2.gif","themes/DeepBlue/images/menu__b2_over.gif","themes/DeepBlue/images/menu__b3.gif","themes/DeepBlue/images/menu__b3_over.gif","themes/DeepBlue/images/menu__b4.gif","themes/DeepBlue/images/menu__b4_over.gif","themes/DeepBlue/images/menu__b5.gif","themes/DeepBlue/images/menu__b5_over.gif","themes/DeepBlue/images/menu__b6.gif","themes/DeepBlue/images/menu__b6_over.gif","themes/DeepBlue/images/menu__right.gif","themes/DeepBlue/images/table-title.gif")

//,"themes/DeepBlue/images/flag-gb.png","themes/DeepBlue/images/flag-fr.png","themes/DeepBlue/images/flag-de.png","themes/DeepBlue/images/flag-it.png","themes/DeepBlue/images/flag-es.png","themes/DeepBlue/images/flag-fi.png","themes/DeepBlue/images/flag-ru.png","themes/DeepBlue/images/flag-tr.png","themes/DeepBlue/images/flag-jo.png","images/thesis.gif"
