%STARTINCLUDE%
<script type="text/javascript">
<!--
%CODE{"java"}% function zoomToggle(iWideSmall, iHighSmall, iWideLarge, iHighLarge, whichImage) { oW = whichImage.style.width; oH = whichImage.style.height; if ((oW==iWideLarge)||(oH==iHighLarge)) { nW = iWideSmall; nH = iHighSmall; } else { nW = iWideLarge; nH = iHighLarge; } whichImage.style.width = nW; whichImage.style.height = nH; } %ENDCODE%
-->
</script>
%STOPINCLUDE%

-- PeterZumbruch - 02 Mar 2006
Topic revision: r2 - 2006-08-04, PeterZumbruch
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki Send feedback | Imprint | Privacy Policy (in German)