
	   $(document).ready(
				function(){
					$('#haslo').innerfade({
						animationtype: 'fade',
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: 'auto'
					});
			

	$('#portfolio').innerfade({
						animationtype: 'fade',
						speed: 3000,
						timeout: 7000,
						type: 'sequence',
						containerheight: 'auto'
					});

});
function PopupPic(sPicURL) { 
				window.open("/themes/popup/popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200,left=200,top=200");
			}