function footer(){
var str;

str="<center>";
str+="<TABLE WIDTH='100%' height='60' ALIGN='center' BORDER=0 CELLSPACING=0 CELLPADDING=0 bgcolor=#f9f9d9 >";
str+="<TR>";
str+="<TD Align='center' valign='top' width=100%>";
str+="<font face='Arial'color=Navy size='1'>";
str+="Use of this web site constitutes acceptance of Arab Organaization For Human Rights.";
str+="<br>For best view use Internet Explorer 5 or newer and screen resolution 800 x 600";
str+="<br>All rights reserved for Sakhr Software company © 2001.</font>";
str+="	</TD>";
str+="</TR>";
str+="</TABLE>";
str+="</center>";
return str;
}// End of function footer