<!--
function galleryOpen(dataid,fotoid) { //v3.0
	var galleryWindow = window.open('http://jahreswagen-at.telematica1.cc/gallery.php?dataid='+dataid+'&fotoid='+fotoid,'Jahreswagen','width=506,height=460,menubar=no,resizeable=no,scrollbars=auto');
	galleryWindow.moveTo(((screen.availWidth-506)/2),((screen.availHeight-460)/2));
}
//-->
