<!--BEGINN Seitenende -->

function tag(s)
{ 
	document.write("<"+s+">") 
}
var AnfrageLink = "anfrage.html";
var ProduktLink = "webdesign-angebote.html";
var Verzeichnis = "";

if (location.pathname.substring(0,Verzeichnis.length) == Verzeichnis)
{
   AnfrageLink = "../anfrage.html";
   ProduktLink = "../webdesign-angebote.html";
}

tag ("table border='0' cellpadding='0' cellspacing='0' width = '100%'");
tag ("tr");
tag ("td colspan='3' height = '40'");
tag ("/td");
tag ("/tr");
tag ("/table");
tag ("table border='0' cellpadding='0' cellspacing='0' width = '100%'");
tag ("tr");
tag ("td colspan='3' align = 'middle' Valign = 'top' height = '50'");
tag ("a href='" + AnfrageLink + "'>Wünschen Sie weitere <b>Informationen</b> und <b>Preise</b> zu unseren Leistungen?</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='" + AnfrageLink + "'><img src='http://www.cws-design.de/images/pfeil_rot_im_kasten.jpg' border='0'>&nbsp;&nbsp;Fordern Sie ein <b>Angebot</b> an!</a");
tag ("tr");
tag ("td colspan='3' align = 'middle' height = '1' bgcolor='#0068B1'");
tag ("/td");
tag ("/tr");
tag ("/td");
tag ("/tr");
tag ("tr");
tag ("td align='middle' width = '25%' height = '25' bgcolor='#FAFAFA'");
tag("a href='" + ProduktLink + "'>Produkt-Finder</a");
tag ("/td");
tag ("td align='middle' width = '50%' height = '25' bgcolor='#FAFAFA'");
tag ("a href='" + AnfrageLink + "'>Anfrage & Kontakt</a");
tag ("/td");
tag ("td align='middle' width = '25%' height = '25' bgcolor='#FAFAFA'");
tag ("a href='javascript:print();'>Seite drucken</a");
tag ("/td");
tag ("/tr");
tag ("/table");
tag ("!--BEGINN Counter-Code --><script type='text/javascript' language='javascript' src='http://4stats.de/de/counter?id=37551'></script><noscript><a href='http://www.4stats.de/' target='_blank'><img src='http://4stats.de/de/stats?id=37551' border='0' alt='4stats Webseiten Statistik + Counter' /></a></noscript><!--ENDE Counter-Code --");
<!--ENDE Seitenende -->