// directINNOVATION UG (haftungsbeschraenkt)

// Open Image
function openimg(img, width, height){
	width=width+36;
	height=height+36;
	window.open(img,"comfortTap","width="+width+",height="+height+",left="+((screen.availWidth-width)/2)+",top="+((screen.availHeight-height)/2)+",scrollbars=no").focus();
}


