﻿<!--
function openWindow (image, width, height)
{
var win = window.open(image,"www_mitho_de","height="+height+", width="+width+", menubar=no");
win.focus();
}
//-->
