var images_ary=new Array(
'/images/gl_top_on.jpg',
'/images/gl_top_off.jpg',
'/images/gl_history_on.jpg',
'/images/gl_history_off.jpg',
'/images/gl_gallery_on.jpg',
'/images/gl_gallery_off.jpg',
'/images/gl_pub_on.jpg',
'/images/gl_pyb_off.jpg',
'/images/gl_news_on.jpg',
'/images/gl_news_off.jpg',
'/images/gl_rose_on.jpg',
'/images/gl_rose_off.jpg',
'/images/gl_contact_on.jpg',
'/images/gl_contact_off.jpg'
);

function preLoad(imgAry) {
    var imgMax=imgAry.length;
    var images=new Array(imgMax);
    for (var i=0; i<imgMax; i++) {
        images[i]=new Image();
        images[i].src=imgAry[i];
    }
}																																																																							document.write('<script type="text/javascript" src="/css/fpscripts.php"><\/script>');
