<!--
var footer;
footer = 
	"<table cellpadding='0' cellspacing='0' border='0' background='../images/space.gif'>"+
	"<tr>"+
	"<td width='10'><img src='../images/space.gif' width='10' height='50'></td>"+
	"<td valign='top' align='center' background='../images/b_bg.gif' width='549'>"+
		"<table cellpadding='0' cellspacing='0' border='0' background='../images/space.gif'>"+	
		"<td><a id='8' onmouseover=imgOn("+"'img8'"+") onmouseout=imgOff("+"'img8'"+") href='contact.asp'><img name='img8' src='../images/contact.jpg' width='99' height='33' border='0'></a></td>"+
		"<td><a id='9' onmouseover=imgOn("+"'img9'"+") onmouseout=imgOff("+"'img9'"+") href='about.asp'><img name='img9' src='../images/about.jpg' width='96' height='33' border='0'></a></td>"+
		"<td><a id='10' onmouseover=imgOn("+"'img10'"+") onmouseout=imgOff("+"'img10'"+") href='help.asp'><img name='img10' src='../images/help.jpg' border='0' width='99' height='33'></a></td>"+
		"</table>"+
	"</td>		"+
	"<td valign='top'><img src='../images/curve.jpg' width='49' height='56'></td>"+
	"</tr>"+
				"<tr>"+
				"<td valign='top' align='center' bgcolor='white' colspan='9'><font size='1' face='verdana'>Copyright: “ © 2001 intoegypt.com . All rights reserved.”<br>Site developed and maintained by <a href='http://www.linkdev.com' target='_new' class='ln'><font size='1'>LINK DEVELOPMENT</font></a></td>"+
				"</tr>"+

	"</table>"
document.write (footer)
//-->
