$(document).ready(function(){
	// $('.fotolink,.fotolink2').lightBox();
	// $('p').eq(0).addClass("first_paragraf");
	
	$(".left_col p:not(:first)").hide();
	// $(".left_col p").eq(1).show();
	  
  $(".left_col div").click(function() {  
    $(this).next("p").slideToggle("fast")  
    .siblings("p:visible").slideUp("fast");  
  });
});



$(function() {
  // $('.fotolink, .fotolink2').lightBox();
  $('#page-block').pngFix();
});

function ChangeImg($id, $foto) {
  $("#menuitem_"+$id).attr({src:$foto});
}
function ChangeImg2($id, $foto) {
  $("#menu2item_"+$id).attr({src:$foto});
}

function preload() {
  if (document.images) {
    var imgsrc = preload.arguments;
    arr=new Array(imgsrc.length);
    for (var j=0; j<imgsrc.length; j++) {
      arr[j] = new Image;
      arr[j].src = imgsrc[j];
    }
  }
}

$(function(){
  $(".fotolink").lightBox({
  	overlayBgColor: '#363',
  	txtImage: 'Фото',
    txtOf: 'из',
    txtPrev: '&nbsp;Назад',
    txtNext: '&nbsp;Вперед',
    keyToClose: 'q',
    keyToPrev: 'z',
    keyToNext: 'c'
  });
});