$(document).ready(function(){
	//insert the div after content!
	//$('#content').after('<div id="callback"></div>');
	
	
	$("a#call-btn").fancybox({
		'width'				: 390,
		'height'			: 300,
		'titleShow' 		: false,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("a#brochure-btn").fancybox({
		'width'				: 390,
		'height'			: 300,
		'titleShow' 		: false,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	$("a#newsletter-btn").fancybox({
		'width'				: 390,
		'height'			: 255,
		'autoDimensions'	: false,
		'autoScale'			: false,
		/*'autoDimensions'	: true,*/
		'titleShow' 		: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	/*
	$("a#call-btn").click(function(){
		//content:'iframe', contentContainer:'#popupForm',
		$("#callback").bPopup({loadUrl:$(this).attr('href')});
		return false;
	});
	$("a#brochure-btn").click(function(){
		//content:'iframe', contentContainer:'#popupForm',
		$("#callback").bPopup({loadUrl:$(this).attr('href')});
		return false;
	});
	$("a#newsletter-btn").click(function(){
		//content:'iframe', contentContainer:'#popupForm',
		$("#callback").bPopup({loadUrl:$(this).attr('href')});
		return false;
	});*/
});

function closeBPopup() {
	//document.getElementById('callback').bPopup().close();
	$("#callback").bPopup().close();
}
