function rezension()
{ 
neu=window.open("","rezension","width=700,height=500,scrollbars=no");
neu.document.open("text/html");
neu.document.fgColor="#000000";
neu.document.bgColor="#ffffff";
neu.document.writeln("<CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH='100%' >");
neu.document.writeln("<TR BGCOLOR='#CC0000'>");
neu.document.writeln("<TD ALIGN=CENTER WIDTH='98%' HEIGHT='20'><B><FONT FACE='Arial,Helvetica'>");
neu.document.writeln("<FONT COLOR='#FFFFFF'>");
neu.document.writeln("<FONT SIZE=3>BEWERTEN</FONT></FONT></FONT></B></TD>");
neu.document.writeln("<TD>");
neu.document.writeln("<DIV ALIGN=right><A HREF='javascript:history.back()' target='Hauptframe'>");
neu.document.writeln("<IMG SRC='../images/pfeil-li.gif' ALT='Zurück'  HEIGHT=12 WIDTH=8></A></DIV>");
neu.document.writeln("</TD>");
neu.document.writeln("</TR>");
neu.document.writeln("</TABLE></CENTER>");
neu.document.writeln("<BR>");
neu.document.writeln("<form name='rezensieren' method='post' action='http://www.ecomix.de/local-cgi-bin/formmailer.pl'>")
neu.document.writeln("<input type='hidden' name='recipient' value='basis-design-line&#064;t-online.de,comicbestellung&#064;gmx.de'>")
neu.document.writeln("<input type='hidden' name='subject' value='E-Comic.de Rezension'>")
neu.document.writeln("<input type='hidden' name='redirect' value='http://www.ecomix.de/danke.htm'>")
neu.document.writeln("<CENTER><TABLE BORDER=0 CELLSPACING=3 CELLPADDING=3 WIDTH='650' BGCOLOR='#FFFFCC' >")
neu.document.writeln("<TR>")
neu.document.writeln("<TD BGCOLOR='#000000'><B><FONT FACE='Arial,Helvetica'>")
neu.document.writeln("<FONT COLOR='#FFFFFF'><FONT SIZE=-1>Geben Sie hier Ihre Rezension ein</FONT></FONT></FONT></B></TD>")
neu.document.writeln("</TR>")
neu.document.writeln("<TR>")
neu.document.writeln("<select name='bewertung'>")
neu.document.writeln("<option value='1'>1</option>")
neu.document.writeln("<option value='2'>2</option>")
neu.document.writeln("<option value='3'>3</option>")
neu.document.writeln("<option value='4'>4</option>")
neu.document.writeln("<option selected value='5'>5</option>")
neu.document.writeln("</select>")
neu.document.writeln("<FONT FACE='Arial,Helvetica'><FONT SIZE=-1>Bewertung (5 = Sehr gut)")
neu.document.writeln("<br>")
neu.document.writeln("<INPUT type='radio' checked name='rezension_zu' value='" + katalog[i].serie + "'>Allgemeine Rezension zur Serie <b>" + katalog[i].serie + "</b>")
neu.document.writeln("<input type='hidden' name='verlag' value='" + katalog[i].dverlag + "'>")
neu.document.writeln("<INPUT type='radio' name='rezension_zu' value='" + katalog[i].serie + " " + katalog[i].nummer + "'> Rezension zur Ausgabe <b>" + katalog[i].serie + " " + katalog[i].nummer + " </b></FONT></FONT>")
neu.document.writeln("<TD><B><FONT FACE='Arial,Helvetica'><FONT SIZE=-1>")
neu.document.writeln("<textarea name='text' rows='10' cols='80'>" + katalog[i].serie + " Rezension - EINGABE ERFORDERLICH!</textarea>");
neu.document.writeln("<table width='640' cellpadding='2'>")
neu.document.writeln("<tr>") 
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><b>Vorname, Name</b></font></td>")
neu.document.writeln("<td>")
neu.document.writeln("<input type='text' name='name' size=35>")
neu.document.writeln("</td>")
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><b>Wohnort</b></font></td>")
neu.document.writeln("<td>")
neu.document.writeln("<input type='text' name='wohnort' size=35>")
neu.document.writeln("</td>")
neu.document.writeln("</tr>")
neu.document.writeln("<tr>") 
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><b>Email</b></font></td>")
neu.document.writeln("<td>")
neu.document.writeln("<input type='text' name='email' size=35>")
neu.document.writeln("</td>")
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><b>Homepage</b></font></td>")
neu.document.writeln("<td>")
neu.document.writeln("<input type='text' name='homepage' size=35>")
neu.document.writeln("</td>")
neu.document.writeln("</tr>")
neu.document.writeln("</table>")
neu.document.writeln("<CENTER><FONT FACE='Arial,Helvetica'><FONT SIZE=1><FONT COLOR='#CC0000'>Ergänzen Sie Ihre Rezension noch mit Ihren persönlichen Angaben, die zusammen mit Ihrer Kritik online gestellt werden<br>(Eingabe ist freiwillig)</FONT></FONT></FONT>")
neu.document.writeln("<BR><BR><INPUT TYPE='submit' VALUE='Abschicken'></CENTER>")
neu.document.writeln("</TD>")
neu.document.writeln("</TR>")
neu.document.writeln("</TABLE></CENTER>");
neu.document.writeln("<BR><CENTER><A HREF='javascript:window.close()'><img src='../images/fenster-schliessen.gif' width='126' height='19' alt='Schliessen' border='0'></a></CENTER>");
}

function einfenster()
{ 
neu=window.open("","fenster1","width=700,height=320,scrollbars=no");
neu.document.open("text/html");
neu.document.fgColor="#000000";
neu.document.bgColor="#ffffff";
neu.document.writeln("<CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH='100%' >");
neu.document.writeln("<TR BGCOLOR='#CC0000'>");
neu.document.writeln("<TD ALIGN=CENTER WIDTH='98%' HEIGHT='20'><B><FONT FACE='Arial,Helvetica'>");
neu.document.writeln("<FONT COLOR='#FFFFFF'>");
neu.document.writeln("<FONT SIZE=3>E-COMIC.DE WEITEREMPFEHLEN</FONT></FONT></FONT></B></TD>");
neu.document.writeln("<TD>");
neu.document.writeln("<DIV ALIGN=right><A HREF='javascript:history.back()' target='Hauptframe'>");
neu.document.writeln("<IMG SRC='../images/pfeil-li.gif' ALT='Zurück'  HEIGHT=12 WIDTH=8></A></DIV>");
neu.document.writeln("</TD>");
neu.document.writeln("</TR>");
neu.document.writeln("</TABLE></CENTER>");
neu.document.writeln("<BR>");
neu.document.writeln("<form name='empfehlen' method='post' action='http://www.ecomix.de/local-cgi-bin/formmailer.pl'>")
neu.document.writeln("<input type='hidden' name='subject' value='E-Comic.de Link-Tipp'>")
neu.document.writeln("<input type='hidden' name='redirect' value='http://www.ecomix.de/freund.htm'>")
neu.document.writeln("<input type='hidden' name='sort' value='order:LinkTipp,fuer'>")
neu.document.writeln("<CENTER><TABLE BORDER=0 CELLSPACING=3 CELLPADDING=3 WIDTH='650' BGCOLOR='#FFFFCC' >")
neu.document.writeln("<TR>")
neu.document.writeln("<TD BGCOLOR='#000000'><B><FONT FACE='Arial,Helvetica'>")
neu.document.writeln("<FONT COLOR='#FFFFFF'><FONT SIZE=-1>Ihr Freund erhält folgende Nachricht, die von Ihnen noch ergänzt werden kann...</FONT></FONT></FONT></B></TD>")
neu.document.writeln("</TR>")
neu.document.writeln("<TR>")
neu.document.writeln("<TD><B><FONT FACE='Arial,Helvetica'><FONT SIZE=-1>")
neu.document.writeln("<textarea name='LinkTipp' rows='4' cols='80'>Hallo! Bei E-Comic.de gibt es " + katalog[i].serie + " " + katalog[i].nummer + "  ("+ katalog[i].dverlag +" "+ katalog[i].art +"). "+ katalog[i].extra +". Schau Dich mal in der Rubrik - " + katalog[i].rubrik + " - um. http://www.e-comic.de/" + katalog[i].htmname + " Diesen Link-Tipp schickt Dir: (BITTE EINTRAGEN)</textarea>");
neu.document.writeln("<table width='640' cellpadding='2'>")
neu.document.writeln("<tr>") 
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><b>Name des Freundes</b></font></td>")
neu.document.writeln("<td><b><font face='Arial,Helvetica'><font size=-1>")
neu.document.writeln("<input type='text' name='fuer' size=35>")
neu.document.writeln("</font></font></b></td>")
neu.document.writeln("<td><font face='Arial, Helvetica, sans-serif' size='1'><FONT COLOR='#CC0000'><b>Email des Freundes</b></font></font></td>")
neu.document.writeln("<td><b><font face='Arial,Helvetica'><font size=-1>")
neu.document.writeln("<input type='text' name='recipient' size=35>")
neu.document.writeln("</font></font></b></td>")
neu.document.writeln("</tr>")
neu.document.writeln("</table>")
neu.document.writeln("<CENTER><INPUT TYPE='submit' VALUE='Abschicken'></CENTER>")
neu.document.writeln("<BR><CENTER><FONT FACE='Arial,Helvetica'><FONT SIZE=1><FONT COLOR='#CC0000'>Diese Nachricht wird vertraulich behandelt und geht ausschließlich an die Email-Adresse Ihres Freundes</FONT></FONT></FONT></CENTER>")
neu.document.writeln("</TD>")
neu.document.writeln("</TR>")
neu.document.writeln("</TABLE></CENTER>");
neu.document.writeln("<BR><CENTER><A HREF='javascript:window.close()'><img src='../images/fenster-schliessen.gif' width='126' height='19' alt='Schliessen' border='0'></a></CENTER>");
}

function addItem() {
neuFenster=window.open("","testfenster","menubar=no, statusbar=no, locationbar=no, scrollbar=no, width=200, height=130, left=670, top=270");
neuFenster.document.writeln("<center><b><FONT COLOR='red' face='Arial,Helvetica' size=-1> " + katalog[i].serie + " " + katalog[i].nummer + " <br><br></font> <FONT face='Arial,Helvetica' size=-1>wurde im Warenkorb hinterlegt! </b></font></center>");
neuFenster.setTimeout('close()', '1000');
parent.cartFrame.addToCart(katalog[i].titel+document.product.myField.value, katalog[i].artikel, katalog[i].preis, document.product.menge.value)
}
document.writeln("<FORM NAME='product'>\n")
document.writeln("<INPUT TYPE='hidden' NAME='myField' VALUE=' '>"); 
document.writeln("<div align=right><img src='../images/pfeil-rechts.gif' width='15' height='10' border='0'><a href='javascript:einfenster()' onContextmenu='return false'><font face='Arial,Helvetica'><font size=-2>" + katalog[i].serie + " weiterempfehlen</font></font></a></div>");
document.writeln("<table border=0 cellspacing=3 cellpadding=3 width='650' height='280'>")
document.writeln("<tr>")
document.writeln("<td width='302' height='20' bgcolor='#C8CCFF'><b><FONT COLOR='" + katalog[i].color + "' face='Arial,Helvetica' size=-1>" + katalog[i].serie + "</b></font><FONT face='Arial,Helvetica' size=-1> " + katalog[i].nummer + "</font></td>")
document.writeln("<td width='205' bgcolor='#000000' height='20'><b><font face='Arial,Helvetica'><font color='#FFFFFF'><font size=-1>" + katalog[i].rubrik + " " + katalog[i].rubrik2 + "</font></font></font></b></td>")
document.writeln("<td width='110' bgcolor='#000000' height='20'><b><font face='Arial,Helvetica'><font color='#FFFFFF'><font size=-1>" + katalog[i].dverlag + "</font></font></font></b></td>")
document.writeln("</tr>")
document.writeln("<tr> ")
document.writeln("<td height='20' width='292'><b><font face='Arial,Helvetica'><font color='#000000'><font size=-1>" + katalog[i].preis + " &#8364;</font></font></font></b></td>")
document.writeln("<td height='20' width='215'><font face='Arial,Helvetica'><font color='#000000'><font size=-1>Zustand <A HREF='../hilfe.htm#zustand' target='_blank'>" + katalog[i].zustand + "</A></font></font></font></td>")
document.writeln("<td height='20' width='110'><b><font face='Arial,Helvetica'><font color='#000000'><font size=-1>" + katalog[i].usverlag + "</font></font></font></b></td>")
document.writeln("</tr>")
document.writeln("<tr>")
document.writeln("<td height='54' width='292' bgcolor='#FFFFC8'><font face='Arial,Helvetica'><font color='#000000'><font size=-1>" + katalog[i].extra + "</font></font></font></td>")
document.writeln("<td height='54 width='215' bgcolor='#C8CCFF'><font face='Arial,Helvetica'><font color='#000000'><font size=-1>" + katalog[i].art + "</font></font></font></td>")
document.writeln("<td height='54' width='110' bgcolor='#FFFFC8'><font face='Arial,Helvetica'><font color='#000000'><font size=-1>Menge </font></font></font>")
document.writeln("<INPUT TYPE='text' NAME='menge' SIZE=2 VALUE='1'>")
document.writeln("</td>")
document.writeln("</tr>")
document.writeln("<tr>")
document.writeln("<td valign=BOTTOM height='175' width='292'><IMG SRC=' " + katalog[i].bild + " ' onContextmenu='return false'></td>")
document.writeln("<td valign=BOTTOM height='175' width='215' align='center'>")
document.writeln("<a href='javascript:parent.cartFrame.showCart()'><img src='../images/warenkorb.gif' width='126' height='19' alt='Was liegt schon im Warenkorb?' border='0'></a>")
document.writeln("</td>")
document.writeln("<td valign=BOTTOM height='175' width='110' align='center'>") 
document.writeln("<a href='javascript:addItem()'><img src='../images/vormerken.gif' width='126' height='19' alt='Artikel in den Warenkorb legen' border='0'></a>")
document.writeln("</td>")
document.writeln("</tr>")
document.writeln("</table>")


document.writeln("<a href=' " + katalog[i].link1 + " '><font face='Arial,Helvetica'><font size=-1>" + katalog[i].linktext1 + "</font></font></a>");
document.writeln("<br><br>")
document.writeln("<a href=' " + katalog[i].link2 + " '><font face='Arial,Helvetica'><font size=-1>" + katalog[i].linktext2 + "</font></font></a>");

document.writeln("<br>")
document.writeln("<a href='javascript:rezension()' onContextmenu='return false'><font face='Arial,Helvetica'><font size=-2>" + katalog[i].serie + " bewerten</font></font></a>");

document.writeln("<hr>")

document.writeln("<SCRIPT LANGUAGE='JavaScript' SRC='../js-message/" + katalog[i].message + ".js'></SCRIPT>");
