Epics@GSI Webhome

%STARTINCLUDE%
<script type="text/javascript">
<!--
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;
}
-->
</script>
%STOPINCLUDE%
-- PeterZumbruch - 02 Mar 2006

See this code example for demonstration purposes.
adopted to EPICS:
-- PeterZumbruch - 21 Jun 2007
Topic revision: r1 - 2007-06-21, PeterZumbruch
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)