// JavaScript Document
// Super-Zoom www.vfb-sport-shop.de

function showBig() {
var grossansicht = picUrl.substr(62,picUrl.length);
	grossansicht = "http://www.c1.websale.net/vfb-stuttgart/websale7_shop-vfb-stuttgart/produkte/medien"+grossansicht;	
	//alert(grossansicht);	
var mywin=window.open('bild.htm','Grossansicht','scrollbars=yes,resizable=yes,width=800,height=600,location=no,menubar=no,status=yes,toolbar=no,fullscreen=yes');	
 	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/vfb-stuttgart/images/ersatzbild.gif"; }</SCRIPT>'); 
	mywin.document.write('<link href="http://www.c1.websale.net/vfb-stuttgart/websale7_shop-vfb-stuttgart/benutzer/templates/styles.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('<img src="'+grossansicht+'" name="superzoom" onClick="self.close();" onError="ersatzbild();" alt="Auf Bild klicken, um Superzoom zu schließen...">');
	mywin.document.write('</td></tr><tr><td align="center" class="text"><br>');
	mywin.document.write('<a href="javascript:window.close();" style="color: #000000">schliessen</a><br>&nbsp;');
	mywin.document.write('</td></tr></table>');  
	mywin.document.close();
	mywin.focus();	
}
