function writeHeader()
{ 
document.write('<style type="text/css">')
document.write('<!--')
document.write('A { text-decoration: underline }')
document.write('A:active { color: black }')
document.write('A:hover { color: red }')
document.write('A:link { color: blue }')
document.write('TD { font-family: Verdana, Arial;')
document.write('font-size: 13; }')

document.write('-->')
document.write('</style>')

document.write('<CENTER><A HREF="mailto:sales@aocg.com?subject=Response From Web">')
document.write('<IMG SRC="./2002/footlogo1.gif" BORDER="0" ALT="E-mail Alpha Omega Group, Inc."></A></center>')


// document.write('<BODY background="./2002/footlogo1.gif">')
// document.write('bgcolor="#FFFFFF" text="#000000" link="#8B00D7" vlink="#808080">')
//document.write('<HR style="COLOR: silver; WIDTH: 600px">')
//document.write('<CENTER><FONT SIZE="1" COLOR="silver" FACE="Verdana, Arial"> |'
//+ ' <A HREF="home.htm">Home</A> | <A HREF="index.htm">Contact Us</A> |'
//+ ' <A  HREF="products.htm">Products</A> | <A  HREF="services.htm">Services</A> |'
//+ ' <A HREF="AboutUs.htm">About Us</A> |'
//+ ' <A HREF="programming.htm">Custom Programming</A> |'
//+ ' <A HREF="locations.htm">Where We Are</A> |'
//+ ' <A HREF="search.htm">Search</A> |</FONT></center>')

document.write('<script>')
document.write('var message="This Website Is Fully Copyrighted!!!";')
document.write('function click(e) {')
document.write('if (document.all) {')
document.write('if (event.button == 2) {')
document.write('alert(message);')
document.write('return false;')
document.write('}')
document.write('}')
document.write('if (document.layers) {')
document.write('if (e.which == 3) {')
document.write('alert(message);')
document.write('return false;')
document.write('}')
document.write('}')
document.write('}')
document.write('if (document.layers) {')
document.write('document.captureEvents(Event.MOUSEDOWN);')
document.write('}')
document.write('document.onmousedown=click;')
document.write('</script>')
} 

function writeHeader_no_menu()
{ 
document.write('<style type="text/css">')
document.write('<!--')
document.write('A { text-decoration: underline }')
document.write('A:active { color: black }')
document.write('A:hover { color: red }')
document.write('A:link { color: blue }')
document.write('TD { font-family: Verdana, Arial;')
document.write('font-size: 13; }')

document.write('-->')
document.write('</style>')

document.write('<CENTER><A HREF="mailto:sales@aocg.com?subject=Response From Web">')
document.write('<IMG SRC="logo.jpg" ')
document.write('BORDER="0" ALT="E-mail Alpha Omega Group, Inc."></A></center>')

// document.write('<BODY background="logo.jpg"')
// document.write('bgcolor="#FFFFFF" text="#000000" link="#8B00D7" vlink="#808080">')
document.write('<HR style="COLOR: silver; WIDTH: 600px">')
// document.write('<CENTER><FONT SIZE="2" COLOR="silver" FACE="Verdana, Arial"> | <A HREF="test.htm">Home</A> | <A HREF="contact.htm">Contact Us</A> | <A  HREF="products.htm">Products</A> | <A  HREF="services.htm">Services</A> | <A HREF="AboutUs.htm">About Us</A> | </FONT></center>')
} 

function writeFooter()
{
<!-- Bottom Links -->
// document.write('<CENTER><FONT SIZE="2" COLOR="green" FACE="Tahoma, Verdana"> | <A HREF="home.htm">Home</A> | <A HREF="contact.htm">Contact Us</A> | <A  HREF="products.htm">Products</A> | <A  HREF="services.htm">Services</A> | <A HREF="search.htm">Search</A> | <A 
HREF="demo_download_page.asp">Search</A>
</FONT></center>')
document.write('<br><center><table width=600><tr><td>')
document.write('<font size="1" face="Tahoma, Verdana">© 2003 Alpha Omega Consulting Group, Inc. All rights reserved.</font>')  
document.write('</td></tr></table></center>')
} 
















 



















