$(function() {  
	$('#logo').fadeIn({duration: 2000});
	});
	




$(function() {  
$('#asc1').fadeIn(1200, function () {
	$('#asc2').fadeIn(800, function () {
		$('#asc3').fadeIn(800, function () {
			$('#iso').fadeIn(800, function () {
				$('#linkiso').fadeIn(800) 
				})
			});
		});
	}); 
});


$(function() {  
$('#logobox').cycle({ 
    fx:      'fade',
    speed:    1500,
	timeout:  100
	});
});

$(function() {  
$('#bannerbox').cycle({ 
    fx:      'scrollUp',
    speed:    1500
	});
});

	//otwieranie linku w nowym oknie bo strict dtd nie obsluguje target
	function aTarget(el, name)
	{
	var wnd = window.open(typeof el == 'string' ? el : el.href, typeof name != 'undefined' ? name : '', 		'menubar=yes,toolbar=yes,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes');
	if (!wnd) return false;
	wnd.focus();
	return true; 
	}
	
	
$(function() {
	$('#datsup').hide();
	$('#opt1').click(function(){
		$('#datsup').show();
		});
});

	

	
