function staples_ProductOfTheWeek09(link)
{
// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************
var product_id = "CatIds=,&webid=1117259&affixedcode=WW&reftype=zanox";

var txt_product = "HP Photosmart 435 Digital Camera";
var txt_description = " <b>Resolution: 3.1 Megapixel (2048 x 1536 pixels)</b>";
var txt_price = "only  £114.98";

var img_source = "uk_373957_1_enl.gif";
// not upper then 100
var img_height = "80";
// max width: 120 !!!, opt: 100
var img_width = "80";
var img_alt = "3.8cm LCD colour display";

var img_path = "http://www.staples-newsletter.de/UK/affiliate/feb04/";


// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
var p_url = link + product_id;

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=" ' + p_url + ' " TARGET="_blank">');
document.writeln('<IMG SRC=" ' + img_path + img_source + ' " ALT=" ' + img_alt + ' " border="0" WIDTH=" ' + img_width + ' " HEIGHT= " ' + img_height + ' ">');
document.writeln('<BR><B>' + txt_product + '</B></A><BR>' + txt_description + '<BR><FONT COLOR="red"><B>' + txt_price + '</B></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}
