function ShowProductImage(image) {
    windowname = window.open("/image.php?image="+image,'Produktabbildung',"width=800,height=580,scrollbars=yes,resizable=yes");
    windowname.focus();
}
