/*
© 2003 FRANZ NET
Daniel Franz
http://www.franz-net.de
info@franz-net.de
*/


function oeffneBild(image,width,height,bgcolor) {
	window.open('/bild.php?image=../bilder/'+image+'&width='+width+'&height='+height+'&bgcolor='+bgcolor,'_blank','width='+width+',height='+height+',top=10,left='+(screen.availWidth-width-20)+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no');
	
}

