$(document).ready(function() {

			$("#sendMsg").fancybox({
				'width'			: '70%',
				'height'		: '70%',
				'autoScale'		: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'			: 'iframe'
			});

});
