function openImage(surl,url) {
    imageWindow = window.open('',"image_big",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=100,height=100');
    
    imageWindow.document.open();
    imageWindow.document.write("<html>\n<head>\n<title>"+this.href+"</title>\n</head>\n");
    imageWindow.document.write("<body style=\"margin:0;padding:0;\" onload=\"var eimage=document.getElementById('eimg');window.resizeTo(eimage.width,eimage.height);\">\n");
    imageWindow.document.write("  <a href=\"javascript:self.close()\"><img id=\"eimg\" src=\""+url+"\" style=\"border:0;\" alt=\"Nähere Infos unter 040/527 96 73\"></a>\n");
    imageWindow.document.write("</body>\n</html>\n");
    imageWindow.document.close();
}

function hideSubmit() {
	if (document.getElementById && document.getElementById('subnavigo')) {
		document.getElementById('subnavigo').style.visibility = "hidden";
	}
}
