/* ars navigandi GmbH - arscms */
/* /styles/js/std.js */

/* begin area popup window sizes ************************************************/

popupWindow_style = new Array();
popupWindow_style['standardPopup'] = {'width':558,'height':546,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=yes,resizable=yes'};
popupWindow_style['conditions_for_participating'] = {'width':990,'height':630,'xPos':10,'yPos':10,'windowOptions':'dependent=yes,scrollbars=yes,resizable=yes'};
popupWindow_style['games'] = {'width':678,'height':444,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=no,resizable=no'};

popupWindow_style['lesson'] = {'width':900,'height':615,'xPos':50,'yPos':50,'windowOptions':'dependent=yes,scrollbars=no,resizable=yes'};

/* end area popup window sizes **************************************************/


/* begin image change ***********************************************************/
function switchImage(imgName, imgSrc) 
{
  if (document.images)
  {
    if (imgSrc != "none")
    {
      document.images[imgName].src = imgSrc;
    }
  }
}
/* end image change ************************************************************/

/* begin area *******************************************************************/

/* end area *********************************************************************/