function popup_zoom(id){	fenster = window.open("popup.php?typ=zoom&pict="+id,"conrad_zoom","width=550,height=310,dependent=yes");	fenster.focus();	}function popup_print(id){	fenster = window.open("popup.php?typ=print&pict="+id,"conrad_print","toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes,status=yes,width=600,height=600,dependent=yes");	fenster.focus();	}function popup_ebay(id, source){	fenster = window.open("popup.php?typ=ebay&source="+source+"&pict="+id,"conrad_ebay","toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes,status=yes,width=600,height=600,dependent=yes");	fenster.focus();	}
