	// ********************************************************************************
	// *** 2001, zanox AG    									                    ***
	// *** Hilfe finden Sie unter:									                ***
	// *** http://lion.zanox-affiliate.de/web/z_help.nsf/pages/faq_skript3	        ***
	// ********************************************************************************


function Pro7_Product60(link)
{
	// ********************************************************************************
	// ***	 set the following values between the quotation mark: 	                ***
	// ********************************************************************************
	var product_id = "dvd-rom-2weistein.html";

	var txt_product = "2weistein";
	var txt_description = "Das Geheimnis des";
	var txt_company = "roten Drachens";
	var txt_price = "Nur 39,99 EUR";

	var img_source = "135x135/5e06319eda06f020e43594a9c230972d/A/1/A15007001c.gif";
	// not upper then 100
	var img_height = "93";
	// max width: 120 !!!, opt: 100
	var img_width = "80";
	var img_alt = "Jetzt bestellen!";

	var img_path = "http://www.prosieben-fanshop.de/media/catalog/product/cache/3/small_image/";
	var link_path = "http://www.prosieben-fanshop.de/";
	
	// ********************************************************************************
	// *** 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 + ' " 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>' + txt_company + '<BR><FONT COLOR="red"><B>' + txt_price + '</B></FONT></CENTER></FONT>');
	document.writeln('</TD></TR></TABLE>');
}
