/* ars navigandi GmbH - arscms */
/* /styles/js/std.js */

/* begin area popup window sizes ************************************************/

	popupWindow_style = new Array();
	popupWindow_style['homeMetanaviPopup'] = {'width':650,'height':500,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=yes,resizable=no'};
	popupWindow_style['lesson'] = {'width':900,'height':605,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=no,resizable=yes'};
	popupWindow_style['enclyclopedia'] = {'width':615,'height':450,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=yes,resizable=no'};
	popupWindow_style['allStandardPopup'] = {'width':650,'height':500,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=yes,resizable=no'};
	popupWindow_style['allGamesPopup'] = {'width':678,'height':474,'xPos':40,'yPos':40,'windowOptions':'dependent=yes,scrollbars=no,resizable=no'};

/* 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 *********************************************************************/