function Esprit_Angebot_der_Woche_A2(link){

// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************

var product_id="%2526id%253D00148230";
var img_source = "zx_120_120_00148230.gif";
var color_nr="%2526color%253D001";//hier die Farbe eintragen

var txt_product = "Longsleeve aus Slub-Jersey";
var txt_description = "kurzes Trend-Shirt mit Fledermaus-Ärmeln und Rollkanten";
var txt_company = "bei esprit.de";
var txt_price = "nur 25,90 EUR";

// not upper then 100
var img_height = "120";
// max width: 120 !!!, opt: 100
var img_width = "120";
var img_alt = "Longsleeve aus Slub-Jersey";

var img_path = "http://www.esprit.de/Promotion/";
var link_path = "http%3A//tracking.3gnet.de/tracking/setc.php%3Fkunde%3Desprit_de%26keyword%3DC40771%26from%3Dzx2%26to%3Dwww.esprit.de%252F%253Fcamp%253DDE_IC_ZX_AF_20_002%2526welt%253Dwomen%2526downwelt%253Dall_products%2526division%253Dt-shirts/tops%2526category%253Dyour%2520top%2520styles%2526tmpl%253D_StandardV2%0A";

// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
document.writeln('<TABLE CELLSPACING="0" BORDER="0" WIDTH="120"><TR><TD WIDTH="120" VALIGN="TOP">');
document.writeln('<FONT SIZE="2" FACE="Arial,Helvetica,sans-serif"><CENTER>');
document.writeln('<A HREF=" ' + link + link_path + product_id + color_nr + ' " TARGET="_blank">');
document.writeln('<IMG SRC=" ' + img_path + img_source + ' " ALT=" ' + img_alt + ' " border="0" WIDTH=" ' + img_width + ' " HEIGHT= " ' + img_height +' ">');
document.writeln('<B>' + txt_product + '</B></A><BR>' + txt_description + '<BR>' + txt_company + '<BR><FONT COLOR="red"><B>' + txt_price +
'</B></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}
