<!--
        if (document.images) {      
        //Main navigation
        pic1on = new Image();
        pic1off = new Image();
		pic1click = new Image();
        pic1on.src="images/common/music_on.jpg";
        pic1off.src="images/common/music_off.jpg";
		
                                
        pic2on = new Image();
        pic2off = new Image();
        pic2on.src="images/common/blog_on.jpg";
        pic2off.src="images/common/blog_off.jpg";
		
		pic3on = new Image();
        pic3off = new Image();
        pic3on.src="images/common/news_on.jpg";
        pic3off.src="images/common/news_off.jpg";
		
		pic4on = new Image();
        pic4off = new Image();
        pic4on.src="images/common/gallery_on.jpg";
        pic4off.src="images/common/gallery_off.jpg";
		
		/**/
		
		pic5on = new Image();
        pic5off = new Image();
        pic5on.src="images/common/history_on.jpg";
        pic5off.src="images/common/history_off.jpg";
		
		
		/**/
		pic6on = new Image();
        pic6off = new Image();
        pic6on.src="images/common/contact_on.jpg";
        pic6off.src="images/common/contact_off.jpg";
		
	

        }
//-->