<!--
//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://wsabstract.com

if (document.images) {
     nav_about_pol = new Image;
     nav_about_pol_r = new Image;

     nav_about_pol.src = 'images/nav_about_pol.jpg';
     nav_about_pol_r.src = 'images/nav_about_pol_r.jpg';
     
     nav_collections = new Image;
     nav_collections_r = new Image;

     nav_collections.src = 'images/nav_collections.jpg';
     nav_collections_r.src = 'images/nav_collections_r.jpg';
     
     nav_stockists = new Image;
     nav_stockists_r = new Image;

     nav_stockists.src = 'images/nav_stockists.jpg';
     nav_stockists_r.src = 'images/nav_stockists_r.jpg';
     
     nav_contact_us = new Image;
     nav_contact_us_r = new Image;

     nav_contact_us.src = 'images/nav_contact_us.jpg';
     nav_contact_us_r.src = 'images/nav_contact_us_r.jpg';
     
     nav_shop_online = new Image;
     nav_shop_online_r = new Image;

     nav_shop_online.src = 'images/nav_shop_online.jpg';
     nav_shop_online_r.src = 'images/nav_shop_online_r.jpg';
 }
//-->
