function buildFormDigicams(zanox_tracking_function, zanox_tracking_param) {

	var path = "http://www.t-online-shop.de/images/de/system/";	
	var zanox_link = zanox_tracking_function + "?" + zanox_tracking_param + "=";
	
	document.writeln('<table width="468" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td width="310"><a href="'+ zanox_link +'http://www.t-online-shop.de" target="_blank"><img src="' + path + 'digicams.gif" width="311" height="60" border="0"></a></td>');
	document.writeln('<td>');
		document.writeln('<table width="158" border="0" cellspacing="0" cellpadding="0">');
		document.writeln('<tr>');
		document.writeln('<td><img src="' + path + 'digi_suchen.gif" width="158" height="26"></td>');
		document.writeln('</tr>');
		document.writeln('<tr>');
		document.writeln('<td height="34" align="center">');
		document.writeln('<form action="' + zanox_tracking_function + '" name="productSearch" method="GET" target="_blank">');
		document.writeln('<input type="hidden" name="' + zanox_tracking_param + '" value="http://www.t-online-shop.de/tonline/celebrosSearch.do?">');
		document.writeln('<input type="hidden" name="action" value="ExecuteSearch">');
		document.writeln('<input type="text" name="searchString" value="" size="15">');
		document.writeln('<input type="submit" name="Suchen" value="Los">');
		document.writeln('</form>');
		document.writeln('</td>');
		document.writeln('</tr>');
		document.writeln('</table>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('</table>');

}

function buildFormHaushalt(zanox_tracking_function, zanox_tracking_param) {

	var path = "http://www.t-online-shop.de/images/de/system/";	
	var zanox_link = zanox_tracking_function + "?" + zanox_tracking_param + "=";
	
	document.writeln('<table width="468" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td width="310"><a href="'+ zanox_link +'http://www.t-online-shop.de" target="_blank"><img src="' + path + 'haus.gif" width="311" height="60" border="0"></a></td>');
	document.writeln('<td>');
		document.writeln('<table width="158" border="0" cellspacing="0" cellpadding="0">');
		document.writeln('<tr>');
		document.writeln('<td><img src="' + path + 'haus_suchen.gif" width="158" height="26"></td>');
		document.writeln('</tr>');
		document.writeln('<tr>');
		document.writeln('<td height="34" align="center">');
		document.writeln('<form action="' + zanox_tracking_function + '" name="productSearch" method="GET" target="_blank">');
		document.writeln('<input type="hidden" name="' + zanox_tracking_param + '" value="http://www.t-online-shop.de/tonline/celebrosSearch.do?">');
		document.writeln('<input type="hidden" name="action" value="ExecuteSearch">');
		document.writeln('<input type="text" name="searchString" value="" size="15">');
		document.writeln('<input type="submit" name="Suchen" value="Los">');
		document.writeln('</form>');
		document.writeln('</td>');
		document.writeln('</tr>');
		document.writeln('</table>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('</table>');

}

function buildFormNotebooks(zanox_tracking_function, zanox_tracking_param) {

	var path = "http://www.t-online-shop.de/images/de/system/";	
	var zanox_link = zanox_tracking_function + "?" + zanox_tracking_param + "=";
	
	document.writeln('<table width="468" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td width="310"><a href="'+ zanox_link +'http://www.t-online-shop.de" target="_blank"><img src="' + path + 'note.gif" width="311" height="60" border="0"></a></td>');
	document.writeln('<td>');
		document.writeln('<table width="158" border="0" cellspacing="0" cellpadding="0">');
		document.writeln('<tr>');
		document.writeln('<td><img src="' + path + 'note_suchen.gif" width="158" height="26"></td>');
		document.writeln('</tr>');
		document.writeln('<tr>');
		document.writeln('<td height="34" align="center">');

		document.writeln('<form action="' + zanox_tracking_function + '" name="productSearch" method="GET" target="_blank">');
		document.writeln('<input type="hidden" name="' + zanox_tracking_param + '" value="http://www.t-online-shop.de/tonline/celebrosSearch.do?">');
		document.writeln('<input type="hidden" name="action" value="ExecuteSearch">');
		document.writeln('<input type="text" name="searchString" value="" size="15">');
		document.writeln('<input type="submit" name="Suchen" value="Los">');
		document.writeln('</form>');
		document.writeln('</td>');
		document.writeln('</tr>');
		document.writeln('</table>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('</table>');

}