$(document).ready(function() {
			$("area.zet").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 450
   });
});
$(document).ready(function() {
			$("area.none").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 240
   });
});
$(document).ready(function() {
			$("area.onetwo").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 250,
     'frameHeight': 310
   });
});
$(document).ready(function() {
			$("area.twocolumn").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 260
   });
});$(document).ready(function() {
			$("area.twocolumntworows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 310
   });
});
$(document).ready(function() {
			$("area.twocolumnthreerows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 400
   });
});
$(document).ready(function() {
			$("area.twocolumnfourrows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 450,
     'frameHeight': 460
   });
});
$(document).ready(function() {
			$("area.twocolumnfiverows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 540
   });
});
$(document).ready(function() {
			$("area.columnthreerows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 250,
     'frameHeight': 400
   });
});
$(document).ready(function() {
			$("area.columnfourrows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 250,
     'frameHeight': 470
   });
});
$(document).ready(function() {
			$("area.twocolumn2").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 500
   });
});
$(document).ready(function() {
			$("area.threecolumnfourrows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 650,
     'frameHeight': 470
   });
});
$(document).ready(function() {
			$("area.twocolumnsixrows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 430,
     'frameHeight': 620
   });
});
$(document).ready(function() {
			$("area.threecolumntworows").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 650,
     'frameHeight': 310
   });
});
$(document).ready(function() {
			$("area.threecolumnslong").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 650,
     'frameHeight': 620
   });
});
$(document).ready(function() {
			$("area.threecolumnsshort").fancybox({
     // avoid closing fancybox with clickable content
      'hideOnContentClick': false,  //<--- add comma here
  // set size
     'frameWidth': 650,
     'frameHeight': 550
   });
});
