$(document).ready(function() {
	$("#calcBox a").bind("click",function() {
		window.open(this.href,'','toolbar,menubar,scrollbars,resizable,height=500,width=630');
		return(false);
	});
});
