function startup() {

GetCount();  /*odpočítávání*/
 
$(document).ready(function() {
    
        $("a.lightbox").fancybox({
    		'transitionIn'	:	'elastic',
    		'transitionOut'	:	'elastic',
    		'speedIn'		:	300, 
    		'speedOut'		:	300, 
    		'overlayShow'	:	false,
    		'titleShow'	:	false,
    		'hideOnContentClick' : true    		
  	});
  	
  	
  	 $(".swflink").fancybox({
	         'width' : 570,
	         'height' : 432,
	         'autoScale' : false,
	         'transitionIn' : 'none',
	         'transitionOut' : 'none',
	         'type' : 'iframe'
  	
	});
  
/*  
  $("#submitShip").ajaxForm({
        success: function(responseText){
            $.fancybox({
                'content' : responseText
            });
        }
  
	});	    */
		
});	




};
