// (C) 2008 by PA-S.de
var THUMBFOLDER = 'img/presse/thumb/';
var zoomimage = 'img/zoom_in.gif';
var loaderimager = 'img/loader.gif';

function P91IMG(image, html) {
	thumb = image.split('/');
	count = thumb.length;
	dateiname = thumb[count - 1];
	document.getElementById("P91Carousel").style.margin = "150px";
	document.getElementById("P91Carousel").src = loaderimager;
	heuri = new Image();
	document.getElementById("P91Carousel").src = THUMBFOLDER + dateiname;
	document.getElementById("P91Carousel").style.margin = "0px";
	if(html != '') {
		html = html + ' - ';
	}
	document.getElementById("P91Carousel_Text").innerHTML = html + '<a href="' + image + '" target="_blank" title="Großansicht"><img src="img/zoom_in.gif" alt="Vergrößern" border="0" /> Gro&szlig;ansicht</a>';
}

function test() {
	alert("hallo");	
}
