<!--

// This is the shell of the generic £52.00 pa web page banner
// Last Mod 21-2-05 12:37
// S&S Systems Ltd (c) 2005

document.write('<HEAD>');

document.write('<TITLE>' + cClientFavName + ' home page - hosted by eConcept</TITLE>');

document.write('<STYLE>');
document.write('BODY {MARGIN:2px; BACKGROUND-COLOR:white}');
document.write('TD {FONT-FAMILY:Tahoma,Arial,Helvetica; FONT-SIZE:16px; COLOR:white}');
document.write('.YellowLinks {COLOR:yellow}');
document.write('.ClientName {FONT-FAMILY:Tahoma,Arial,Helvetica; FONT-SIZE:36px; FONT-WEIGHT:bold; COLOR:white}');
document.write('.OfferPrice {FONT-FAMILY:Tahoma,Arial,Helvetica; FONT-SIZE:18px; FONT-WEIGHT:bold; COLOR:black}');
document.write('.FooterText {FONT-FAMILY:Tahoma,Arial,Helvetica; FONT-SIZE:12px; COLOR:black}');
document.write('</STYLE>');

document.write('</HEAD>');

document.write('<BODY>');

document.write('<!-- outer table //-->');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH="100%">');
document.write('<TR><TD VALIGN="TOP" ALIGN="CENTER">');

document.write('<!-- bg table //-->');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=620 HEIGHT=343 BACKGROUND="http://www.econcept.co.uk/advert52/gifs/bg.jpg">');
document.write('<TR><TD VALIGN="TOP" ALIGN="CENTER">');

document.write('<!-- main content table //-->');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=580>');
document.write('<TR><TD COLSPAN=2><IMG SRC="http://www.econcept.co.uk/advert52/gifs/spacer.gif" WIDTH=30 HEIGHT=50 BORDER=0></TD></TR>');

document.write('<TR><TD><IMG SRC="http://www.econcept.co.uk/advert52/gifs/heads.jpg" WIDTH=89 HEIGHT=80 BORDER=0></TD>');
document.write('<TD ALIGN="CENTER">Welcome to the web site of<BR>');
document.write('<DIV CLASS="ClientName">' + cClientDisplayName + '</DIV></TD></TR>');

document.write('<TR><TD COLSPAN=2><IMG SRC="http://www.econcept.co.uk/advert52/gifs/spacer.gif" WIDTH=30 HEIGHT=110 BORDER=0></TD></TR>');

document.write('<TR><TD><IMG SRC="http://www.econcept.co.uk/advert52/gifs/email.jpg" WIDTH=83 HEIGHT=73 BORDER=0></TD>');
document.write('<TD ALIGN="CENTER">If you would like to send them an email, please <A CLASS="YellowLinks" HREF="http://www.econcept.co.uk/contactus.asp?type=70&extemail=' + cClientEmail + '&extsub=General Enquiry" onMouseOver="window.status=\'Send them an email\';return true" onMouseOut="window.status=\'hosted by eConcept\';return true">click here</A></TD></TR>');
document.write('</TABLE>');

document.write('</TD></TR>');
document.write('</TABLE>');

document.write('<!-- footer content table //-->');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=580>');
document.write('<TR><TD><IMG SRC="http://www.econcept.co.uk/advert52/gifs/spacer.gif" WIDTH=30 HEIGHT=5 BORDER=0></TD></TR>');
document.write('<TR><TD ALIGN="CENTER"><DIV CLASS="FooterText"><A HREF="http://www.econcept.co.uk/contactus.asp?type=4" onMouseOver="window.status=\'Send us your requirements\';return true" onMouseOut="window.status=\'hosted by eConcept\';return true">Click here</A> to register and use your own professional-looking email addresses for only <SPAN CLASS="OfferPrice">&pound;1 a week</SPAN></DIV></TD></TR>');
document.write('</TABLE>');

document.write('</TD></TR>');
document.write('</TABLE>');

document.write('</BODY>');

//-->
