// JavaScript Document
// Super-Zoom www.minikit.de

function showBig() {
var Grossbild = picUrl.substr(62,picUrl.length);
	Grossbild = "http://www.c1.websale.net/$WS/mr-fan/websale7_shop-mr-fan/produkte/medien/bilder/gross/"+Grossbild;	
	//alert(grossansicht);	
var mywin=window.open('bild.htm','Grossbild','scrollbars=yes,resizable=yes,width=990,height=680,location=no,menubar=no,status=yes,toolbar=no,fullscreen=no');	
 	mywin.document.open();
	mywin.document.write('<html><head><title>Detailansicht</title>'); 
//	mywin.document.write('<script language="JavaScript">function ersatzbild() { document.superzoom.src = "http://www.c1.websale.net/$WS/mr-fan/websale7_shop-mr-fan/produkte/medien/bilder/gross/spacer.gif"; }
	mywin.document.write('<link href="styles.css" rel="stylesheet" type="text/css">');
	mywin.document.write('<link href="minikit.css" rel="stylesheet" type="text/css">'); 
	mywin.document.write('</head><body leftmargin="4" topmargin="4" marginheight="0" marginwidth="0" bgcolor="#FFFFFF">');	
	mywin.document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td align="center">');	
	mywin.document.write('<a href="javascript:window.close();" title="Auf Bild klicken, um Superzoom zu schlie&szlig;en..."><img src="'+Grossbild+'" name="superzoom" onClick="self.close();" onError="ersatzbild();" alt="Auf Bild klicken, um Superzoom zu schlie&szlig;en..." border="0">');
	mywin.document.write('</td></tr><tr><td align="center" class="text"></a><br>');
	mywin.document.write('<a href="javascript:window.close();" style="color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;">Fenster schlie&szlig;en</a><br>&nbsp;');
	mywin.document.write('</td></tr></table>');  
	mywin.document.close();
	mywin.focus();	
}

