function showCalculator() {

	Shadowbox.init({
		players: ["html", "iframe"],
		skipSetup: true
	});

    Shadowbox.open([{
    	content:	"application/views/templates/calculator.php",
        player:     "iframe",
        height:     400,
        width:      500
    }]);
}
