var pageURL = '/PocketFives/Calculator/index.html';
var pageTitle = 'CardCalculator';
var styleValues = 'width=640,height=550';
        
function loadTool(node, title, attributes, reference) {
	window.open(node, title, attributes);
}

function loadCalculator() {
    loadTool(pageURL, pageTitle, styleValues);
}