function web_full_screen_mode( min_vyska_obsahu, vyska, display_type ){//vyska_okoli,min_vyska_obsahu,vyska, druh okna (full, mini, middle) if (vyska < min_vyska_obsahu){vyska = min_vyska_obsahu;} $('#centered').height( vyska ); $('#foot_rooms').css('left',($(window).width()-$('#centered').width())/2); $('#centered').height($(window).height() - 160 - 50 ); if (vyska <= min_vyska_obsahu){ $("#packages").css("display", "none"); $("#main_content").height( $('#centered').height() - 20 ); $("#obsah").height($('#main_content').height() -35-5 ); } else { $("#packages").css("display", "block"); $("#main_content").height($('#centered').height() - 20-115 ); $("#obsah").height($('#main_content').height() -35-5 ); } scrollpane = $('#obsah').jScrollPane( {scrollbarWidth:15, scrollbarMargin:15} );//,showArrows:true //scrollpane = $('#subsection').jScrollPane( {scrollbarWidth:15, scrollbarMargin:15} );//,showArrows:true } //do promenny slideManagerImages da spravny obrazky do dany sekce //bud do #superbgimage vlozi obrazky nebo mu nastavi pozadi function superimage(){ slideManagerImages = new Array( "51_OLIVA - 001.jpg", "52_OLIVA - 003a.jpg", "53_OLIVA - 007.jpg", "54_OLIVA - 013.jpg", "55_OLIVA - 017.jpg", "58_OLIVA JIDLO - 024.jpg" ); var pictPath = "admin/pictures4flash/fullsize/"; var pictGenerator = "inc/slidemanager_image.php?ww="+$(window).width()+"&wh="+($(window).height())+"&url="; //if ( slideManagerImages.length == 1 ) { // $('#superbgimage').css( 'background-image', 'url("'+pictGenerator + pictPath + slideManagerImages[0]+'")' ); //} else { var html = ""; for ( pict in slideManagerImages ){ html += ''; } $('#superbgimage').html( html ); $('#superbgimage img').css("visibility", "visible"); // Options for SuperBGImage $.fn.superbgimage.options = { slideshow: 1, // 0-none, 1-autostart slideshow slide_interval: 5000, // interval for the slideshow transition: 1, transitionout: 0, speed: 2000 // animation speed }; $('#superbgimage').superbgimage(); //} } // initialise plugins jQuery(function(){ jQuery('ul.sf-menu').superfish({ delay: 100, pathClass: 'current', speed: 'fast' }); }); var scrollpane; $(document).ready(function() { $("#rozbalit,#banner_oliva_verde").click(function () { try{var api = scrollpane.data('jsp'); if(api){api.destroy();}}catch(chyba){} var vyska2; if (vyska2 < min_vyska_obsahu){vyska2 = min_vyska_obsahu;}else{vyska2 = $('body').height();}; //$("#rozbalit").css("display", "none"); //$("#sbalit").css("display", "none"); //$('#main_content').css({'height':0}); //$('#obsah').css({'border':'3px solid #4E642C'}); //$('#obsah_text').css({"display":"none"}); $("#banner_oliva_verde").fadeOut(); $('#main_content').css("display", "block"); $("#main_content").animate({ //width: 660, //height: $('#main_content').height()-10//, height: ( $(window).height()<=500 ? $('#centered').height()-20 : $('#centered').height()-20-115 ) //borderWidth:'5px' }, 1000, function(){ //$("#sbalit").slideToggle("fast"); //zobraz skryvaci tlacitko //$('#obsah_text').css("display", "block"); //$('#obsah').css({}); $('#obsah').height( $("#main_content").height()-35-5 ); scrollpane = $('#obsah').jScrollPane( {scrollbarWidth:15, scrollbarMargin:15} );//, showArrows:true }); display_type ="rozbaleno"; }); $("#sbalit").click(function () { try{var api = scrollpane.data('jsp'); if(api){api.destroy();}}catch(chyba){} //$("#rozbalit").css("display", "none"); //$("#sbalit").css("display", "none"); $("#main_content").animate({ height:'0' }, 1000, function(){ //$("#rozbalit").slideToggle("fast"); //zobraz rozbalovaci tlacitko $("#banner_oliva_verde").fadeIn(); //$('#obsah').css({'border':'1px solid #eddfa9'}); //$('#obsah_text').css("display", "none"); //$('#obsah').css({"display":"none"}); }); display_type ="sbaleno"; }); }); // end document ready