// rollover images for Navigation

preload('img0_on',basepath + '_content/button_home_up.jpg');
preload('img1_on',basepath + '_content/button_about_up.jpg');
preload('img2_on',basepath + '_content/button_services_up.jpg');
preload('img3_on',basepath + '_content/button_contact_up.jpg');

preload('img0_off',basepath + '_content/button_home.jpg');
preload('img1_off',basepath + '_content/button_about.jpg');
preload('img2_off',basepath + '_content/button_services.jpg');
preload('img3_off',basepath + '_content/button_contact.jpg');

