FOR THE LOVE OF GOD MAN! Why does NETSCAPE always have ISSUES?! I can use someone's assistance, and any recommendations. I am working on a website template (for myself this time.) so I designed a simple site and am testing it out on IE, Netscape 6 and Netscape 4. (Have not tried it on AOL Browser yet)
As usual, looks fine in IE. Load it up in NETSCAPE6 and it seems decent, however on one of the templates the back ground images used inside a cell don't exactly line up. (On the content section of the page)
(NOTE: Does look OK in 800x600, and 1024x768) When using a resolution of 1280x1024 I noticed the left background image and the right background image are not lined up.
The above template has COLD FUSION "CFINCLUDE" statements where I put the JavaScript in one include, left side links in another include, and a footer in the bottom include.
This URL includes no INCLUDE statements:
This URL looks good in 800x600, 1024x768, and 1280x1024.
Now on to the third template in which I filled the page with some content:
This URL looks good in 800x600, 1024x768, and 1280x1024. Maybe its because there is actually content 'filler' that stretches the page down some that affects the look. I have noticed if the scrollbar has somewhere to go it looks OK, but if there is not enough used space on screen and there is no need to scroll down it will give me that background image in the cell anomaly.
Now I guess I can just let the above issue go as it should still work properly enough. Its just a visual issue that would bother me. But here's an issue I really have NO IDEA as to what us happening!
Check out the template links (ANY OF THEM) on the 4.7 version of NETSCAPE. Its COMPLETELY a mess. Is that version of Netscape just OLD and should I just not worry about it? Or is there a fix, or work around? My only fear now is that the AOL Browser which I have not tested yet (yeah I know, but a lot of people use AOL.) May look the same bad way as Netscape 4.
As for the rollover links, I have used the built in dreamweaver 4 roll overs behaviors, and also (as are on the templates now) used a piece of script I have used on other WebPages in the past that I know works. NO CHANGE in above mentioned behavior.
At the bottom of this email I have included the web page code, or you can go to the links above and view source.
Thanks for your assistance!
George
TEMPLATE.CFM - (With CFINCLUDE STATEMENTS)
==========================================
<HTML>
<HEAD>
<TITLE>GeorgeLemos.com</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" HREF="glcss.css" TYPE="TEXT/CSS">
<CFINCLUDE TEMPLATE = "topscript.cfm">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" BACKGROUND="images/background.jpg">
<CFINCLUDE TEMPLATE = "topgraphic.cfm">
<BR>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="31"><img src="images/btopleft.jpg" width="27" height="31"></td>
<td background="images/btopmiddle.jpg"> </td>
<td align="LEFT" valign="BOTTOM" width="32" HEIGHT="31"><img src="images/btopright.jpg" width="32" height="31"></td>
</tr>
<tr>
<td width="27" background="images/bleft.jpg"></td>
<td align="left" valign="top" background="images/bbackground.jpg" width="1142">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<td width="148">
<CFINCLUDE TEMPLATE = "linksleft.cfm">
</td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="RIGHT" valign="BOTTOM" width="20" HEIGHT="39"><img src="images/1topleft.jpg" width="20" height="39"></td>
<td align="left" background="images/1topmiddle.jpg" VALIGN="TOP"><img src="images/12topleft.jpg" width="164" height="39"></td>
<td align="LEFT" valign="BOTTOM" width="20" HEIGHT="39"><img src="images/1topright.jpg" width="20" height="39"></td>
</tr>
<tr>
<td width="20" background="images/1left.jpg"> </td>
<td bgcolor="WHITE" align="left" valign="top">
<p CLASS="topsylestyles">Website Content Here</p>
<p> </p>
<p> </p>
<p> </p>
</td>
<td width="20" background="images/1right.jpg"> </td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="20" background="images/1bottommiddle.jpg" HEIGHT="24"><img src="images/1bottomleft.jpg" width="20" height="24"></td>
<td background="images/1bottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="20" background="images/1bottommiddle.jpg" HEIGHT="24"><img src="images/1bottomright.jpg" width="20" height="24"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align="LEFT" valign="MIDDLE" width="32" background="images/bright.jpg"></td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="33"><img src="images/bbottomleft.jpg" width="27" height="33"></td>
<td background="images/bbottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="32" HEIGHT="33"><img src="images/bbottomright.jpg" width="32" height="33"></td>
</tr>
</table>
<P> </P>
<P>
<CFINCLUDE TEMPLATE = "footer.cfm">
</BODY>
</HTML>
TEMPLATE2.CFM - (With NO CFINCLUDE STATEMENTS)
=============================================
<HTML>
<HEAD>
<TITLE>GeorgeLemos.com - MCSA, MCSE W2K</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" HREF="glcss.css" TYPE="TEXT/CSS">
<script language="javascript">
<!-- // hide script from old browsers
// define images
if(document.images) {
image01 = new Image;
image02 = new Image;
image11 = new Image;
image12 = new Image;
image21 = new Image;
image22 = new Image;
image31 = new Image;
image32 = new Image;
image41 = new Image;
image42 = new Image;
image51 = new Image;
image52 = new Image;
image61 = new Image;
image62 = new Image;
// source images
image01.src = "images/zpersonalu.gif";
image02.src = "images/zpersonald.gif";
image11.src = "images/zpastworku.gif";
image12.src = "images/zpastworkd.gif";
image21.src = "images/ztransu.gif";
image22.src = "images/ztransd.gif";
image31.src = "images/zmylinksu.gif";
image32.src = "images/zmylinksd.gif";
image41.src = "images/zkbu.gif";
image42.src = "images/zkbd.gif";
image51.src = "images/zcontactmeu.gif";
image52.src = "images/zcontactmed.gif";
image61.src = "images/zhomeu.gif";
image62.src = "images/zhomed.gif";
}
// MouseOver Function
function swapOn(imgLocation) {
if(document.images) {
document.images
.src = eval(imgLocation + "2.src"
}
}
// MouseOut Function
function swapOff(imgLocation) {
if(document.images) {
document.images
.src = eval(imgLocation + "1.src"
}
}
// end hiding script -->
</script>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" BACKGROUND="images/background.jpg">
<TABLE WIDTH="98%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="26" HEIGHT="160"><A HREF="index.cfm"><IMG SRC="images/topleftbackground.jpg" WIDTH="26" HEIGHT="160" BORDER="0"></A></TD>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="468" HEIGHT="160"><IMG SRC="images/topleft2background.jpg" WIDTH="468" HEIGHT="160"></TD>
<TD ALIGN="RIGHT" VALIGN="TOP" BACKGROUND="images/topbackground.jpg" WIDTH="100%"> </TD>
<TD ALIGN="RIGHT" VALIGN="TOP" WIDTH="246" HEIGHT="160"><IMG SRC="images/toprightbackground.jpg" WIDTH="246" HEIGHT="160"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<BR>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="31"><img src="images/btopleft.jpg" width="27" height="31"></td>
<td background="images/btopmiddle.jpg"> </td>
<td align="LEFT" valign="BOTTOM" width="32" HEIGHT="31"><img src="images/btopright.jpg" width="32" height="31"></td>
</tr>
<tr>
<td width="27" background="images/bleft.jpg"></td>
<td align="left" valign="top" background="images/bbackground.jpg" width="1142">
<table width="100%" border="0" cellspacing="0" cellpadding="0" ALIGN="LEFT">
<tr align="left" valign="top">
<td width="148">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"><IMG SRC="images/linkstop.gif" WIDTH="148" HEIGHT="41"><BR>
<a href="personal.cfm" onmouseout="swapOff('image0');window.status='';return true;" onmouseover="swapOn('image0');window.status='Personal';return true;"><img border="0" height="34" name="image0" src="images/zpersonalu.gif" width="148"></a><BR>
<a href="pastwork.cfm" onmouseout="swapOff('image1');window.status='';return true;" onmouseover="swapOn('image1');window.status='Past Work';return true;"><img border="0" height="40" name="image1" src="images/zpastworku.gif" width="148"></a><BR>
<a href="transcript.cfm" onmouseout="swapOff('image2');window.status='';return true;" onmouseover="swapOn('image2');window.status='Transcript';return true;"><img border="0" height="39" name="image2" src="images/ztransu.gif" width="148"></a><BR>
<a href="mylinks.cfm" onmouseout="swapOff('image3');window.status='';return true;" onmouseover="swapOn('image3');window.status='My Links';return true;"><img border="0" height="37" name="image3" src="images/zmylinksu.gif" width="148"></a><BR>
<a href="kb.cfm" onmouseout="swapOff('image4');window.status='';return true;" onmouseover="swapOn('image4');window.status='Knowledgebase';return true;"><img border="0" height="40" name="image4" src="images/zkbu.gif" width="148"></a><BR>
<a href="contactme.cfm" onmouseout="swapOff('image5');window.status='';return true;" onmouseover="swapOn('image5');window.status='Contact Me';return true;"><img border="0" height="41" name="image5" src="images/zcontactmeu.gif" width="148"></a><BR>
<a href="index.cfm" onmouseout="swapOff('image6');window.status='';return true;" onmouseover="swapOn('image6');window.status='There is no place like home';return true;"><img border="0" height="37" name="image6" src="images/zhomeu.gif" width="148"></a><BR>
<IMG SRC="images/linksbottom.gif" WIDTH="148" HEIGHT="35"><BR>
</TD>
</TR>
</TABLE>
</td>
<td WIDTH="100%">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
<TR>
<TD ALIGN="RIGHT" VALIGN="BOTTOM" WIDTH="20" HEIGHT="39"><IMG SRC="images/1topleft.jpg" WIDTH="20" HEIGHT="39"></TD>
<TD ALIGN="left" VALIGN="TOP" BACKGROUND="images/1topmiddle.jpg"><IMG SRC="images/12topleft.jpg" WIDTH="164" HEIGHT="39"></TD>
<TD ALIGN="LEFT" VALIGN="BOTTOM" WIDTH="20" HEIGHT="39"><IMG SRC="images/1topright.jpg" WIDTH="20" HEIGHT="39"></TD>
</TR>
<TR>
<TD WIDTH="20" BACKGROUND="images/1left.jpg"> </TD>
<TD BGCOLOR="WHITE" ALIGN="left" VALIGN="top">
<P CLASS="topsylestyles">Website Content Here</P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
</TD>
<TD WIDTH="20" BACKGROUND="images/1right.jpg"> </TD>
</TR>
<TR>
<TD ALIGN="RIGHT" VALIGN="TOP" WIDTH="20" BACKGROUND="images/1bottommiddle.jpg" HEIGHT="24"><IMG SRC="images/1bottomleft.jpg" WIDTH="20" HEIGHT="24"></TD>
<TD BACKGROUND="images/1bottommiddle.jpg"> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20" BACKGROUND="images/1bottommiddle.jpg" HEIGHT="24"><IMG SRC="images/1bottomright.jpg" WIDTH="20" HEIGHT="24"></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
<td align="LEFT" valign="MIDDLE" width="32" background="images/bright.jpg"></td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="33"><img src="images/bbottomleft.jpg" width="27" height="33"></td>
<td background="images/bbottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="32" HEIGHT="33"><img src="images/bbottomright.jpg" width="32" height="33"></td>
</tr>
</table>
<P> </P>
<P> </P>
<P> </P>
<P ALIGN="CENTER"> </P>
<TABLE WIDTH="500" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR ALIGN="CENTER" VALIGN="MIDDLE">
<TD><IMG SRC="images/mcp.gif" WIDTH="113" HEIGHT="53"></TD>
<TD><IMG SRC="images/mcsa.gif" WIDTH="113" HEIGHT="53"></TD>
<TD><IMG SRC="images/mcse.gif" WIDTH="113" HEIGHT="53"></TD>
</TR>
</TABLE>
<P ALIGN="CENTER"><FONT FACE="Arial, Helvetica, sans-serif" SIZE="1" COLOR="#FFFFFF">Copyright
© 2002 George Lemos All rights reserved.<BR>
<A HREF="<P ALIGN="CENTER"> </P>
<P ALIGN="CENTER"> </P>
<script language="JavaScript">
<!--
window.defaultStatus ="George Lemos Website"
// -->
</script>
<P></P>
</BODY>
</HTML>
As usual, looks fine in IE. Load it up in NETSCAPE6 and it seems decent, however on one of the templates the back ground images used inside a cell don't exactly line up. (On the content section of the page)
(NOTE: Does look OK in 800x600, and 1024x768) When using a resolution of 1280x1024 I noticed the left background image and the right background image are not lined up.
The above template has COLD FUSION "CFINCLUDE" statements where I put the JavaScript in one include, left side links in another include, and a footer in the bottom include.
This URL includes no INCLUDE statements:
This URL looks good in 800x600, 1024x768, and 1280x1024.
Now on to the third template in which I filled the page with some content:
This URL looks good in 800x600, 1024x768, and 1280x1024. Maybe its because there is actually content 'filler' that stretches the page down some that affects the look. I have noticed if the scrollbar has somewhere to go it looks OK, but if there is not enough used space on screen and there is no need to scroll down it will give me that background image in the cell anomaly.
Now I guess I can just let the above issue go as it should still work properly enough. Its just a visual issue that would bother me. But here's an issue I really have NO IDEA as to what us happening!
Check out the template links (ANY OF THEM) on the 4.7 version of NETSCAPE. Its COMPLETELY a mess. Is that version of Netscape just OLD and should I just not worry about it? Or is there a fix, or work around? My only fear now is that the AOL Browser which I have not tested yet (yeah I know, but a lot of people use AOL.) May look the same bad way as Netscape 4.
As for the rollover links, I have used the built in dreamweaver 4 roll overs behaviors, and also (as are on the templates now) used a piece of script I have used on other WebPages in the past that I know works. NO CHANGE in above mentioned behavior.
At the bottom of this email I have included the web page code, or you can go to the links above and view source.
Thanks for your assistance!
George
TEMPLATE.CFM - (With CFINCLUDE STATEMENTS)
==========================================
<HTML>
<HEAD>
<TITLE>GeorgeLemos.com</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" HREF="glcss.css" TYPE="TEXT/CSS">
<CFINCLUDE TEMPLATE = "topscript.cfm">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" BACKGROUND="images/background.jpg">
<CFINCLUDE TEMPLATE = "topgraphic.cfm">
<BR>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="31"><img src="images/btopleft.jpg" width="27" height="31"></td>
<td background="images/btopmiddle.jpg"> </td>
<td align="LEFT" valign="BOTTOM" width="32" HEIGHT="31"><img src="images/btopright.jpg" width="32" height="31"></td>
</tr>
<tr>
<td width="27" background="images/bleft.jpg"></td>
<td align="left" valign="top" background="images/bbackground.jpg" width="1142">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<td width="148">
<CFINCLUDE TEMPLATE = "linksleft.cfm">
</td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="RIGHT" valign="BOTTOM" width="20" HEIGHT="39"><img src="images/1topleft.jpg" width="20" height="39"></td>
<td align="left" background="images/1topmiddle.jpg" VALIGN="TOP"><img src="images/12topleft.jpg" width="164" height="39"></td>
<td align="LEFT" valign="BOTTOM" width="20" HEIGHT="39"><img src="images/1topright.jpg" width="20" height="39"></td>
</tr>
<tr>
<td width="20" background="images/1left.jpg"> </td>
<td bgcolor="WHITE" align="left" valign="top">
<p CLASS="topsylestyles">Website Content Here</p>
<p> </p>
<p> </p>
<p> </p>
</td>
<td width="20" background="images/1right.jpg"> </td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="20" background="images/1bottommiddle.jpg" HEIGHT="24"><img src="images/1bottomleft.jpg" width="20" height="24"></td>
<td background="images/1bottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="20" background="images/1bottommiddle.jpg" HEIGHT="24"><img src="images/1bottomright.jpg" width="20" height="24"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align="LEFT" valign="MIDDLE" width="32" background="images/bright.jpg"></td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="33"><img src="images/bbottomleft.jpg" width="27" height="33"></td>
<td background="images/bbottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="32" HEIGHT="33"><img src="images/bbottomright.jpg" width="32" height="33"></td>
</tr>
</table>
<P> </P>
<P>
<CFINCLUDE TEMPLATE = "footer.cfm">
</BODY>
</HTML>
TEMPLATE2.CFM - (With NO CFINCLUDE STATEMENTS)
=============================================
<HTML>
<HEAD>
<TITLE>GeorgeLemos.com - MCSA, MCSE W2K</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" HREF="glcss.css" TYPE="TEXT/CSS">
<script language="javascript">
<!-- // hide script from old browsers
// define images
if(document.images) {
image01 = new Image;
image02 = new Image;
image11 = new Image;
image12 = new Image;
image21 = new Image;
image22 = new Image;
image31 = new Image;
image32 = new Image;
image41 = new Image;
image42 = new Image;
image51 = new Image;
image52 = new Image;
image61 = new Image;
image62 = new Image;
// source images
image01.src = "images/zpersonalu.gif";
image02.src = "images/zpersonald.gif";
image11.src = "images/zpastworku.gif";
image12.src = "images/zpastworkd.gif";
image21.src = "images/ztransu.gif";
image22.src = "images/ztransd.gif";
image31.src = "images/zmylinksu.gif";
image32.src = "images/zmylinksd.gif";
image41.src = "images/zkbu.gif";
image42.src = "images/zkbd.gif";
image51.src = "images/zcontactmeu.gif";
image52.src = "images/zcontactmed.gif";
image61.src = "images/zhomeu.gif";
image62.src = "images/zhomed.gif";
}
// MouseOver Function
function swapOn(imgLocation) {
if(document.images) {
document.images
}
}
// MouseOut Function
function swapOff(imgLocation) {
if(document.images) {
document.images
}
}
// end hiding script -->
</script>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" BACKGROUND="images/background.jpg">
<TABLE WIDTH="98%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="26" HEIGHT="160"><A HREF="index.cfm"><IMG SRC="images/topleftbackground.jpg" WIDTH="26" HEIGHT="160" BORDER="0"></A></TD>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="468" HEIGHT="160"><IMG SRC="images/topleft2background.jpg" WIDTH="468" HEIGHT="160"></TD>
<TD ALIGN="RIGHT" VALIGN="TOP" BACKGROUND="images/topbackground.jpg" WIDTH="100%"> </TD>
<TD ALIGN="RIGHT" VALIGN="TOP" WIDTH="246" HEIGHT="160"><IMG SRC="images/toprightbackground.jpg" WIDTH="246" HEIGHT="160"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<BR>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="31"><img src="images/btopleft.jpg" width="27" height="31"></td>
<td background="images/btopmiddle.jpg"> </td>
<td align="LEFT" valign="BOTTOM" width="32" HEIGHT="31"><img src="images/btopright.jpg" width="32" height="31"></td>
</tr>
<tr>
<td width="27" background="images/bleft.jpg"></td>
<td align="left" valign="top" background="images/bbackground.jpg" width="1142">
<table width="100%" border="0" cellspacing="0" cellpadding="0" ALIGN="LEFT">
<tr align="left" valign="top">
<td width="148">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"><IMG SRC="images/linkstop.gif" WIDTH="148" HEIGHT="41"><BR>
<a href="personal.cfm" onmouseout="swapOff('image0');window.status='';return true;" onmouseover="swapOn('image0');window.status='Personal';return true;"><img border="0" height="34" name="image0" src="images/zpersonalu.gif" width="148"></a><BR>
<a href="pastwork.cfm" onmouseout="swapOff('image1');window.status='';return true;" onmouseover="swapOn('image1');window.status='Past Work';return true;"><img border="0" height="40" name="image1" src="images/zpastworku.gif" width="148"></a><BR>
<a href="transcript.cfm" onmouseout="swapOff('image2');window.status='';return true;" onmouseover="swapOn('image2');window.status='Transcript';return true;"><img border="0" height="39" name="image2" src="images/ztransu.gif" width="148"></a><BR>
<a href="mylinks.cfm" onmouseout="swapOff('image3');window.status='';return true;" onmouseover="swapOn('image3');window.status='My Links';return true;"><img border="0" height="37" name="image3" src="images/zmylinksu.gif" width="148"></a><BR>
<a href="kb.cfm" onmouseout="swapOff('image4');window.status='';return true;" onmouseover="swapOn('image4');window.status='Knowledgebase';return true;"><img border="0" height="40" name="image4" src="images/zkbu.gif" width="148"></a><BR>
<a href="contactme.cfm" onmouseout="swapOff('image5');window.status='';return true;" onmouseover="swapOn('image5');window.status='Contact Me';return true;"><img border="0" height="41" name="image5" src="images/zcontactmeu.gif" width="148"></a><BR>
<a href="index.cfm" onmouseout="swapOff('image6');window.status='';return true;" onmouseover="swapOn('image6');window.status='There is no place like home';return true;"><img border="0" height="37" name="image6" src="images/zhomeu.gif" width="148"></a><BR>
<IMG SRC="images/linksbottom.gif" WIDTH="148" HEIGHT="35"><BR>
</TD>
</TR>
</TABLE>
</td>
<td WIDTH="100%">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
<TR>
<TD ALIGN="RIGHT" VALIGN="BOTTOM" WIDTH="20" HEIGHT="39"><IMG SRC="images/1topleft.jpg" WIDTH="20" HEIGHT="39"></TD>
<TD ALIGN="left" VALIGN="TOP" BACKGROUND="images/1topmiddle.jpg"><IMG SRC="images/12topleft.jpg" WIDTH="164" HEIGHT="39"></TD>
<TD ALIGN="LEFT" VALIGN="BOTTOM" WIDTH="20" HEIGHT="39"><IMG SRC="images/1topright.jpg" WIDTH="20" HEIGHT="39"></TD>
</TR>
<TR>
<TD WIDTH="20" BACKGROUND="images/1left.jpg"> </TD>
<TD BGCOLOR="WHITE" ALIGN="left" VALIGN="top">
<P CLASS="topsylestyles">Website Content Here</P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
</TD>
<TD WIDTH="20" BACKGROUND="images/1right.jpg"> </TD>
</TR>
<TR>
<TD ALIGN="RIGHT" VALIGN="TOP" WIDTH="20" BACKGROUND="images/1bottommiddle.jpg" HEIGHT="24"><IMG SRC="images/1bottomleft.jpg" WIDTH="20" HEIGHT="24"></TD>
<TD BACKGROUND="images/1bottommiddle.jpg"> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20" BACKGROUND="images/1bottommiddle.jpg" HEIGHT="24"><IMG SRC="images/1bottomright.jpg" WIDTH="20" HEIGHT="24"></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
<td align="LEFT" valign="MIDDLE" width="32" background="images/bright.jpg"></td>
</tr>
<tr>
<td align="RIGHT" valign="TOP" width="27" HEIGHT="33"><img src="images/bbottomleft.jpg" width="27" height="33"></td>
<td background="images/bbottommiddle.jpg"> </td>
<td align="LEFT" valign="TOP" width="32" HEIGHT="33"><img src="images/bbottomright.jpg" width="32" height="33"></td>
</tr>
</table>
<P> </P>
<P> </P>
<P> </P>
<P ALIGN="CENTER"> </P>
<TABLE WIDTH="500" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR ALIGN="CENTER" VALIGN="MIDDLE">
<TD><IMG SRC="images/mcp.gif" WIDTH="113" HEIGHT="53"></TD>
<TD><IMG SRC="images/mcsa.gif" WIDTH="113" HEIGHT="53"></TD>
<TD><IMG SRC="images/mcse.gif" WIDTH="113" HEIGHT="53"></TD>
</TR>
</TABLE>
<P ALIGN="CENTER"><FONT FACE="Arial, Helvetica, sans-serif" SIZE="1" COLOR="#FFFFFF">Copyright
© 2002 George Lemos All rights reserved.<BR>
<A HREF="<P ALIGN="CENTER"> </P>
<P ALIGN="CENTER"> </P>
<script language="JavaScript">
<!--
window.defaultStatus ="George Lemos Website"
// -->
</script>
<P></P>
</BODY>
</HTML>