// Highslide site settings

// DO NOT EDIT. Generated on 2008-11-01 13:23:32 (GMT) by the Highslide Configuration Component 1.0.3



hs.showCredits = true;

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

hs.outlineType = '';

hs.outlineStartOffset = 3;

hs.outlineWhileAnimating = false;

hs.captionEval = '';

hs.loadingText = 'Loading...';

hs.loadingTitle = 'Klik om te annuleren';

hs.loadingOpacity = 0.75;

hs.dimmingOpacity = 0;

hs.padToMinWidth = false;

hs.focusTitle = 'Klik om naar voren te brengen';

hs.closeText = 'Sluiten';

hs.closeTitle = 'Klik om te sluiten';

hs.resizeTitle = 'Aanpassen';

hs.moveText = 'Verplaatsen';

hs.nextText = 'Volgende';

hs.previousText = 'Vorige';

hs.restoreCursor = 'zoomout.cur';

hs.creditsHref = 'http://www.kleurplaten.info';

hs.creditsText = 'www.kleurplaten.info';

hs.creditsTitle = 'Ga naar kleurplaten.info';

hs.easing = 'easeInQuad';

hs.easingClose = hs.easing;

hs.fullExpandOpacity = 1.0;

hs.fullExpandTitle = 'Vergroten tot ware grootte';

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 = 'center';

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 = 'Klik om de afbeelding te sluiten, klik en sleep om te verplaatsen. Gebruik de pijltjes toetsen voor vorige of volgende.';

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

{

	if (document.getElementById('mycustom-overlay') == null)

	{

		var div = document.createElement('div');

		div['innerHTML'] = '<div class="controlbar">		<a href="#" onclick="return hs.printImage(this)" title="afdrukken" class="hs_print"></a>	<a href="#" onclick="return hs.previous(this)" title="Vorige (linker pijltjes toets)" class="previous"></a>	<a href="#" onclick="return hs.next(this)" title="Volgende (rechter pijltjes toets)" class="next"></a>	<a href="#" onclick="return false" title="Klik en sleep om te verplaatsen" class="highslide-move"></a>	<a href="#" onclick="return hs.close(this)" title="Sluiten" class="close"></a></div>';

		div['id'] = 'mycustom-overlay';

		div['className'] = 'highslide-overlay';

		sender.a.appendChild( div );

	}

	return true;

}

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

{

    if (e.overlay.innerHTML.indexOf( '{thumbalt}', 0 ) != -1) {

		e.overlay.innerHTML = e.overlay.innerHTML.replace('{thumbalt}', sender.thumb.alt);

	}

    if (e.overlay.innerHTML.indexOf( '{thumbtitle}', 0 ) != -1) {

		e.overlay.innerHTML = e.overlay.innerHTML.replace('{thumbtitle}', sender.thumb.title);

	}

    if (e.overlay.innerHTML.indexOf( '{popuptitle}', 0 ) != -1) {

		e.overlay.innerHTML = e.overlay.innerHTML.replace('{popuptitle}', sender.a.title);

	}

}

hs.registerOverlay(

{

    thumbnailId: null,

    fade: 1,

    overlayId: 'mycustom-overlay',

    position: 'top right',

    hideOnMouseOut: true,

    opacity: 0.95,

    useOnHtml: 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;

}