// JavaScript Document
function opencalc(calclink)
{
	window.open(calclink, "CalculatorWindow", "top=0,left=0,location=0,toolbar=1,status=1,menubar=0,scrollbars=1,resizable=1,width=800,height=600");
}
function openwind (img) {
 fenster = window.open(img, "CalculatorWindow", "width=800,height=600,status=yes,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=no");
}
