$(document).ready(function () {
        $("a.contactusinfo").fancybox({
			'hideOnContentClick': false,
			'centerOnScroll': false,
			'frameWidth': 900,
			'frameHeight': 425,
			callbackOnShow:function(){
				$('#contactusForm').validate();
			}
		});
		
		
		$("a.faclist").fancybox({
			'hideOnContentClick': false,
			'centerOnScroll': false,
			'frameWidth': 550,
			'frameHeight': 425
		});
});


