if (!PSECU) var PSECU = {}

PSECU.calculators = {}

PSECU.calculators.open = function(URL) {
	var id = new Date().getTime();
	var u = "http://www.calcxml.com/" + URL;	
	u += (u.indexOf("?")===-1) ? "?" : "&";
	u += "skn=292";
	window.open(u, id, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=585,height=600');
}