function openEinheitenrechner(){
	wndXSLT = window.open("/mass.html", "Einheitenrechner", "width=560,height=340,scrollbars=no,menubar=no,toolbar=no,resizable=yes");
	wndXSLT.focus();
}
	
function openUnitConverter(){
	wndXSLT = window.open("/massEN.html", "UnitConverter", "width=560,height=340,scrollbars=no,menubar=no,toolbar=no,resizable=yes");
	wndXSLT.focus();
}

function openUnitConverterFR(){
	wndXSLT = window.open("/massFR.html", "ConvertisseurdUnitesJAKO", "width=560,height=340,scrollbars=no,menubar=no,toolbar=no,resizable=yes");
	wndXSLT.focus();
}
	
function openUnitConverterRU(){
	wndXSLT = window.open("/massRU.html", "UnitConverter", "width=560,height=340,scrollbars=no,menubar=no,toolbar=no,resizable=yes");
	wndXSLT.focus();
}
	
function msgZoom(){
	alert("Zum Vergröﬂern/Verkleinern bitte die Zoom Funktion Ihres Browsers mit <Strg> + Mausrad benützen");
}

function msgZoomEN(){
	alert("To scale up or down, please use the zoom-funktion of your browser (press the Ctrl-Key + turn the wheel on your mouse)");
}
