<!--
// Triumvirate: The Web's Hub
// Copyright (C) 1999
// Created by John G. Wang

HeaderWeb = ''
+ '<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=560 BGCOLOR=#000099>'
+ '<TR><TD ALIGN=Center VALIGN=Top>'
+ '<FONT SIZE=6 FACE=Impact COLOR=#FFFFFF>Web Development</FONT><BR>'

+ '<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>'
+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>Cold Fusion</FONT>'
+ '</TD>'

+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>FrontPage</FONT>'
+ '</TD>'

+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<A HREF=js.htm><FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>JavaScript</FONT></A>'
+ '</TD>'

+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>PERL</FONT>'
+ '</TD>'

+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>Photoshop</FONT>'
+ '</TD>'

+ '<TD ALIGN=Center VALIGN=Bottom>'
+ '<A HREF=sql.htm><FONT SIZE=1 FACE="Verdana, Arial" COLOR=#FFFFFF>SQL</FONT></A>'
+ '</TD></TR>'
+ '</TABLE>'

+ '</TD></TR>'
+ '</TABLE>';

document.write( HeaderWeb );
// -->