var core     = "components/",
    server   = "php", 
    start    = 0,
    max      = 0, 
    min      = 400, 
		pathname = window.location.pathname;


$(document).ready(function() {


     $("a#info").bind("click", function() {
		      $("#info_form").submit()
	   });
     
     $("a#single_image").fancybox();
  
     $("a.inline").fancybox({
          'hideOnContentClick': false,
          'frameWidth' : 640,
          'frameHeight': 517
     });
  
     $("a.iframe").fancybox({
          'hideOnContentClick': false,
          'frameWidth' : 650,
          'frameHeight': 650
     });

     $("a.group").fancybox({
          'zoomSpeedIn' :	300,
          'zoomSpeedOut':	300,
          'overlayShow' :	true
     });
     
});

