function Esprit_Angebot_der_Woche_A3(link){

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

var product_id="%2526id%253D00143633";
var img_source = "zx_120_120_00143633.gif";
var color_nr="%2526color%253D697";//hier die Farbe eintragen

var txt_product = "Shirt aus Full-Needle-Rib";
var txt_description = "hübsches Full-Needle-Rib-Shirt mit brandneuer Ausschnittlösung";
var txt_company = "bei esprit.de";
var txt_price = "nur 25,95 EUR";

// not upper then 100
var img_height = "120";
// max width: 120 !!!, opt: 100
var img_width = "120";
var img_alt = "Shirt aus Full-Needle-Rib";

var img_path = "http://www.esprit.de/Promotion/";
var link_path = "http://tracking.3gnet.de/tracking/setc.php?kunde=esprit_de&keyword=Y21647&from=zx2&to=www.esprit.de%2F%3Fcamp%3DDE_IC_ZX_AF_20_002%26welt%3Dwomen%26downwelt%3Dall_products%26division%3Dt-shirts/tops%26tmpl%3D_StandardV2";

// ********************************************************************************
// *** 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>');
}
