//_______Preload Buttons for HOME PAGE_____

var path = "./images/home/";

gallery_0     = new Image;
gallery_0.src = path + "gallery_0.gif";
gallery_1     = new Image;
gallery_1.src = path + "gallery_1.gif";

info_0        = new Image;
info_0.src    = path + "info_0.gif";
info_1        = new Image;
info_1.src    = path + "info_1.gif";

contact_0     = new Image;
contact_0.src = path + "contact_0.gif";
contact_1     = new Image;
contact_1.src = path + "contact_1.gif";

adapter_0     = new Image;
adapter_0.src = path + "adapter_0.gif";
adapter_1     = new Image;
adapter_1.src = path + "adapter_1.gif";

webmail_0     = new Image;
webmail_0.src = path + "webmail_0.gif";
webmail_1     = new Image;
webmail_1.src = path + "webmail_1.gif";
