$(document).ready(function() {
$("a.iframe").fancybox({
'overlayShow' : false,
'hideOnContentClick': false, 
'zoomSpeedIn' : 600,
'zoomSpeedOut' : 500,
'easingIn' : 'easeOutBack',
'easingOut' : 'easeInBack',
'frameWidth': 900, //frameWidth = Default width for iframed and inline content  
'frameHeight': 600   
});
$("a.symptomchecker").fancybox({
'overlayShow' : false,
'hideOnContentClick': false, 
'zoomSpeedIn' : 600,
'zoomSpeedOut' : 500,
'easingIn' : 'easeOutBack',
'easingOut' : 'easeInBack',
'frameWidth': 770, //frameWidth = Default width for iframed and inline content  
'frameHeight': 405   
});
});

