/******************************************************************************
Name:    Highslide JS
Version: 4.0.12 (February 4 2009)
Config:  default
Author:  Torstein Hønsi
Support: http://highslide.com/support

Licence:
Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).

You are free:
	* to copy, distribute, display, and perform the work
	* to make derivative works

Under the following conditions:
	* Attribution. You must attribute the work in the manner  specified by  the
	  author or licensor.
	* Noncommercial. You may not use this work for commercial purposes.

* For  any  reuse  or  distribution, you  must make clear to others the license
  terms of this work.
* Any  of  these  conditions  can  be  waived  if  you  get permission from the 
  copyright holder.

Your fair use and other rights are in no way affected by the above.
******************************************************************************/

// Language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Laster...',
	loadingTitle : 'Klikk for aa avbryte',
	focusTitle : 'Click to bring to front',
	fullExpandTitle : 'Expand to actual size (f)',
	creditsText : 'Powered by <i>Highslide JS</i>',
	creditsTitle : 'Go to the Highslide JS homepage',
	restoreTitle : 'Klikk for aa lukke bildet.'
};
hs.graphicsDir = 'js/highslide/graphics/';
// See http://highslide.com/ref for examples of settings  
hs.allowMultipleInstances = false;
hs.fullExpandPosition = 'top left';
hs.numberOfImagesToPreload = 1;
hs.padToMinWidth = true; // pad the popup width to make room for wide caption
hs.showCredits = false;
hs.dragByHeading = false;
hs.minWidth = 299;
hs.minHeight = 299;
hs.maxHeight = 300;
hs.maxWidth = 300;
hs.allowSizeReduction = true; // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
// END OF YOUR SETTINGS