function ShowEmail()
	{
	var contact = 'Email: Enhanced Technology Solutions';
  var email = 'sales';
  var emailHost = 'enhancedtechsolutions.com';
  document.write('<a href=' + 'mail' + 'to:' + email + '@' + emailHost+ '>'+ contact + '</a>');
	}

function ShowETSFlash()
	{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
	document.write('WIDTH=500 HEIGHT=100>');
	document.write('<PARAM NAME=movie VALUE="../etslogo.swf">');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
	document.write('<PARAM NAME=loop VALUE=False>');
	document.write('<EMBED src="../etslogo.swf" quality=high bgcolor=#FFFFFF  WIDTH=500 HEIGHT=100 TYPE="application/x-shockwave-flash"');
	document.write('PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
	}

function ShowHeader()
	{
	document.write('<div align=left>');
	document.write('<tr><td width=100% align=center>');
	ShowETSFlash();
	document.write('</td></tr>');
	document.write('<table border=0 cellspacing=0 style="border-collapse: collapse bordercolor=#111111" width=775 cellpadding=0>');
	document.write('<tr><td width=100% bgcolor=#00008B align=center>');
	document.write('<b><font size="4" color=#FFFFFF>Helping you be more effecient</font></b></td></tr>');
	document.write('</table></div>');
	}

function ShowFooter()
	{
	document.write('<div class="footer" align="left">');
	document.write('<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="775" cellpadding="2">');
	document.write('<tr><td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../main.htm">Main</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../webdesign.htm">Web Design</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../hosting.htm">Hosting</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../programming.htm">Programming</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../automation.htm">Automation</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="../contactus.htm">Contact Us</a></span></td>');
	document.write('</tr></table></div>');
	document.write('<font size=1>&copy;2002-2003 Enhanced Technology Solutions. ');
	document.write('<a href="../privacy.htm">Privacy Statement</a>');
	document.write('<font size=1><br> <b>Email us : </b>');
	ShowEmail();
	document.write('</font>');
	}

function ShowLeftNav()
	{
	document.write('<div align="center"><center>');
	document.write('<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="125" cellpadding="2">');
	document.write('<tr><td style="border-top: 1px solid #00008B; border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../main.htm">Main</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../webdesign.htm">Web Design</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../hosting.htm">Hosting</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../programming.htm">Programming</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../automation.htm">Automation</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../pcrepair.htm">PC Repair</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../contactus.htm">Contact Us</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B"> ');
	document.write('<a class="nav" href="../delphi/index.htm">Delphi VCL</a></td></tr>');
	document.write('</table></center></div>');
	}

function AddLinkStyle()
	{
	document.write('<style>')
	document.write('A.nav:link { color:DarkBlue; text-decoration: none; font-weight: bold; }')
	document.write('A.nav:hover {	text-decoration: none; color: Red; font-weight: bold; font-size: 11pt; }')
	document.write('A.nav:visited { text-decoration: none; color: DarkBlue; font-weight: bold; }')
	document.write('A.footer:link { text-decoration: none; color: White; font-weight: bold; }')
	document.write('A.footer:hover { text-decoration: none; color: Yellow; font-weight: bold; font-size: 11pt; }')
	document.write('A.footer:visited { text-decoration: none; color: White; font-weight: bold; }')
	document.write('</style>')
	}

function ShowLeftNavAll()
	{
	document.write('<a href="http://www.enhancedtechsolutions.com">');
  	document.write('<img border="0" src="../images/etsblocks.gif" alt="Enhanced Technology Solutions"></a><br>');
  	document.write('<font color="#00008B"><b><I>ETS</I></b></font><br>');
	ShowLeftNav();
	document.write('<p><a href="http://www.enhancedtechsolutions.com"><img src="../images/etsblocks.gif" alt="Enhanced Technology Solutions" BORDER=0></a></p>');
	}

