var preview=null;function makePreview(c,a){var b='<div id="'+c+'" class="previewBorder" style="left: 0px; top: 0px;"><img src="'+a+'" style="border: 0" alt="Vorschau"></div>';document.writeln(b)}function showPreview(a,b){if(document.getElementById){preview=document.getElementById(a);if(preview){switch(b){case"nw":preview.style.bottom=null;preview.style.right=null;preview.style.top="0px";preview.style.left="0px";break;case"ne":preview.style.bottom=null;preview.style.left=null;preview.style.top="0px";preview.style.right="0px";break;case"sw":preview.style.top=null;preview.style.right=null;preview.style.bottom="0px";preview.style.left="0px";break;case"se":preview.style.top=null;preview.style.left=null;preview.style.bottom="0px";preview.style.right="0px";break;case"nc":preview.style.bottom=null;preview.style.right=null;preview.style.top="0px";preview.style.left="50%";break;case"sc":preview.style.top=null;preview.style.right=null;preview.style.bottom="0px";preview.style.left="50%";break;default:break}preview.style.visibility="visible"}}}function hidePreview(){if(preview){preview.style.visibility="hidden"}}function prevHover(a){a.src="/galerie_prevHover.png"}function prevHout(a){a.src="/galerie_prev.png"}function nextHover(a){a.src="/galerie_nextHover.png"}function nextHout(a){a.src="/galerie_next.png"};