hiddenImg= new Image();
hiddenImg.src= "http://www.salondekora.com/files/salon/_templates/def/img/p.gif";

hiddenImg2= new Image();
hiddenImg2.src= "http://www.salondekora.com/files/salon/_templates/def/img/mm.gif";
 
$(document).ready(function()	{
$('body, html, div, a').click(function(){$("#banner").hide('slow');})
     
    jQuery.ajaxSetup ({cache: cachejq});    
    $("#p").css('display','none');
    $("#content div#in").jScrollPane();
				});
