/* 	Bildwechsel-Funktionen & Einstellungen
 *	v1.0
 *	(c) 2009 Oliver Kirsch
 *	jsoli  a t  unprofessional  d o t  info
 */

	var okImgSelectedColor	= "#cc0000";	// selected preview image's background color
	var okImgNormalColor	= "#ffffff";	// unselected preview image's background color

	document.write(	'<a href="" title="" id="okimgam" target="_blank">' + 
			'<img src="" id="okimgm" width="500" height="335" alt="Bild" title="" />' + 
			'</a><div id="okimgtitle">&nbsp;</div>');
	selectFirstImage();

