function __calc(s) {
	if (!s || s==undefined || s=='') {s='';}
	window.open('/modules/calc/calc.html?'+s, '', 'width=300, height=250, menubar=no, statusbar=no, scrollbars=no, resizable=no, scrolling=no');
}

function __print(o) {
var tpl='7521b281-58b4-a9c9-5c11-5ed62c236eb2';
var uri=location.href;
if (o && o!=undefined && o!='') {
if (uri.indexOf('?')!=-1) {
	var ok=uri.split('?');
	uri=ok[0]+'/~'+o+((ok[1]!=undefined) ? '?'+ok[1] : '');
} else {
	uri+='/~'+o;
}
}
if (uri.indexOf('?')==-1) {
	tpl='?__template='+tpl;
} else {
	tpl='&__template='+tpl;
}
uri+=tpl;
window.open(uri, '', 'width=600, height=500, menubar=yes, location=yes, statusbar=yes, scrollbars=yes, resizable=yes, scrolling=yes');
}