// JavaScript Document
function enlarge(img) {
		window.open("http://www.kiss-autolack.at/fullsize.htm?"+img,"Subau","width=550, height=550");
}
