// Highslide site settings

// DO NOT EDIT. Generated on 2009-03-20 15:44:53 (GMT) by the Highslide Configuration Component 1.0.3



hs.showCredits = false;

hs.graphicsDir = '/plugins/content/highslide/graphics/';

hs.outlineType = '';

hs.outlineStartOffset = 3;

hs.outlineWhileAnimating = true;

hs.captionEval = '';

hs.loadingText = 'Laddar...';

hs.loadingTitle = 'Avbryt';

hs.loadingOpacity = 0.75;

hs.dimmingOpacity = 50;

hs.padToMinWidth = true;

hs.focusTitle = 'Lyft fram';

hs.closeText = 'Stäng';

hs.closeTitle = 'Stäng';

hs.resizeTitle = 'Skala';

hs.moveText = 'Flytta';

hs.nextText = 'Nästa';

hs.previousText = 'Föregående';

hs.restoreCursor = 'zoomout.cur';

hs.creditsHref = 'http://vikjavev.no/highslide/';

hs.creditsText = 'Powered by <i>Highslide JS</i>';

hs.creditsTitle = 'Go to the Highslide JS homepage';

hs.easing = 'easeInQuad';

hs.easingClose = hs.easing;

hs.fullExpandOpacity = 0.5;

hs.fullExpandTitle = 'Ursprunglig storlek';

hs.marginTop = 10;

hs.marginBottom = 15;

hs.marginLeft = 10;

hs.marginRight = 15;

hs.minHeight = 200;

hs.minWidth = 200;

hs.numberOfImagesToPreload = 5;

hs.transitions = ['expand'];

hs.objectLoadTime = 'before';

hs.fullExpandPosition = 'bottom right';

hs.align = '';

hs.anchor = '';

hs.allowSizeReduction = true;

hs.fadeInOut = false;

hs.allowMultipleInstances = true;

hs.allowWidthReduction = false;

hs.allowHeigthReduction = true;

hs.blockRightClick = false;

hs.enableKeyListener = true;

hs.cacheAjax = true;

hs.preserveContent = true;

hs.captionSlideSpeed = 1;

hs.spaceForCaption = 30;

hs.dragSensitivity = 5;

hs.dimmingDuration = 50;

hs.expandDuration = 250;

hs.expandSteps = 10;

hs.zIndexCounter = 1001;

hs.restoreTitle = 'Click to close image, click and drag to move. Use arrow keys for next and previous.';

hs.onDimmerClick = function () { 

   return false;

};

hs.Expander.prototype.onAfterExpand = function (sender, e) {

	if (this.custom != null

       &&this.custom['overlayId'] != null)

    {

		sender.createOverlay( this.custom );

	}

}

hs.Expander.prototype.onInit = function (sender, e)

{

	if (this.custom != null

	   &&this.custom['swffile'] != null

	   &&this.swfObject == null

	   )

	{

		this.swfObject = new SWFObject( this.custom['swffile']

		                              , this.custom['swfobjectId']

		                              , this.custom['swfwidth']

		                              , this.custom['swfheight']

		                              , this.custom['swfversion']

		                              , this.custom['swfbgcolor']

									  );

		this.swfObject.addParam('wmode', 'transparent' );

	}

	return true;

}