
$(document).ready(function() {

	$("a#show-popup").fancybox({
        'hideOnContentClick': false,
        'frameWidth': 350,
        'frameHeight': 250,
        'padding': 5
    });
	
	/*
	if (showPopup == "True") {
		$("a#show-popup").click();
	}
	*/
	
});
