function loadBannerImgs()
{
    /* Random header image */
    var img_name = new Array(
      "http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/01.jpg", 
      "http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/02.jpg", 
      "http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/03.jpg", 
      //"http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/04.jpg", 
      //"http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/05.jpg", 
      //"http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/06.jpg", 
      "http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/07.jpg", 
      //"http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/08.jpg", 
      "http://vyvoj.breezy.cz/www.specializedconceptstore.cz/public/images/banner/09.jpg"
    ); 
    var l = img_name.length; 
    var rnd_no = Math.floor(l*Math.random()); 
    document.getElementById("r_img").src = img_name[rnd_no];
}
			
$(function()
{
	// this initialises the demo scollpanes on the page.
	$('#pane2').jScrollPane({showArrows:true, scrollbarWidth:18, arrowSize:14, scrollbarMargin:0});             	
});

$(document).ready( function() {
    $('.media-player').cycle({
		  fx: 'fade'
    });

		$("a.fancybox").fancybox({
			'zoomSpeedIn': 300,
			'zoomSpeedOut': 300,
      'titlePosition'	: 'inside',
			'overlayShow' :true
		});

		$("a.fancybox-ajax").fancybox({
			'type': 'iframe',
			'zoomSpeedIn': 300,
			'zoomSpeedOut': 300,
			'overlayShow' :true,
			'hideOnContentClick': false
		});

   // Otevreni v odkazu v novem okne ---------------------------------------------------------------------------------------
   $("a.ext").click(function(){
     return ! window.open(this.href);
   });

});
