$(document).ready(function() {

  var url=document.location.href; var occ=url.indexOf("/",7);
  var url=url.substring(occ+9,url.indexOf("/",occ+10));
  var pos="";
  if (url=="story"){url="2"; pos="-125px -195px"}
    else if (url=="info"){url="3"; pos="-245px -195px"}
    else if (url=="gallery"){url="4"; pos="-365px -195px"}
    else if (url=="contact"){url="5"; pos="-485px -195px"}
    else {url="1"; pos="0 -195px"}
  $(".n"+url).css("background-position",pos);

  $("a#fancybox").fancybox({
    'imageScale'       : true,
    'zoomOpacity'      : true,
    'zoomSpeedIn'      : 400,
    'zoomSpeedOut'     : 200,
    'padding'          : 0,
    'overlayShow'      : true,
    'overlayOpacity'   : 0.7
  });
  $("a#iframe").fancybox({
    'imageScale'       : false,
    'zoomOpacity'      : true,
    'zoomSpeedIn'      : 300,
    'zoomSpeedOut'     : 300,
    'padding'          : 0,
    'overlayShow'      : true,
    'overlayOpacity'   : 0.7,
    'hideOnContentClick':false,
    'frameWidth'       : 500,
    'frameHeight'      : 400
  });
  $("a#video").fancybox({
    'imageScale'       : true,
    'zoomOpacity'      : true,
    'overlayShow'      : false,
    'zoomSpeedIn'      : 400,
    'zoomSpeedOut'     : 400,
    'padding'          : 0,
    'overlayShow'      : true,
    'overlayOpacity'   : 0.7,
    'hideOnContentClick':false,
    'frameWidth'       : 480,
    'frameHeight'      : 360
  });
  $("a.group").fancybox({
    'imageScale'       : false,
    'zoomOpacity'      : true,
    'zoomSpeedIn'      : 300,
    'zoomSpeedOut'     : 300,
    'padding'          : 0,
    'overlayShow'      : true,
    'overlayOpacity'   : 0.7,
    'hideOnContentClick':false,
    'frameWidth'       : 500,
    'frameHeight'      : 400
  });
});
