$(document).ready(function() {
$("a#iframe").fancybox({
         'width' : 720,
         'height' : 483,
         'autoScale' : false,
		 'scrolling' : 'no',
		 'showCloseButton' : false,
		 'centerOnScroll' : true,
	     'transitionIn'  : 'elastic',   
         'transitionOut' : 'elastic', 
         'type' : 'iframe'
});
$("a.contactiframe").fancybox({
         'width' : 590,
         'height' : 560,
         'autoScale' : false,
		 'scrolling' : 'no',
		 'showCloseButton' : false,
		 'centerOnScroll' : true,
	     'transitionIn'  : 'elastic',   
         'transitionOut' : 'elastic', 
         'type' : 'iframe'
});
$("a.aboutusiframe").fancybox({
         'width' : 820,
         'height' : 768,
         'autoScale' : false,
		 'scrolling' : 'no',
		 'showCloseButton' : false,
		 'centerOnScroll' : true,
	     'transitionIn'  : 'elastic',   
         'transitionOut' : 'elastic', 
         'type' : 'iframe'
});
$("a.privacyiframe").fancybox({
         'width' : 710,
         'height' : 610,
         'autoScale' : false,
		 'scrolling' : 'yes',
		 'showCloseButton' : false,
		 'centerOnScroll' : true,
	     'transitionIn'  : 'elastic',   
         'transitionOut' : 'elastic', 
         'type' : 'iframe'
});
$("a#mbregemailiframe").fancybox({
         'width' : 580,
         'height' : 300,
         'autoScale' : false,
		 'scrolling' : 'no',
		 'showCloseButton' : false,
		 'centerOnScroll' : true,
	     'transitionIn'  : 'elastic',   
         'transitionOut' : 'elastic', 
         'type' : 'iframe'
});
});
