<!--
function copyRight(size,color,name){
    document.write("<CENTER><FONT FACE='Arial' SIZE="+size+" COLOR='"+color+"'>");
    document.write("Copyright &copy; 2000 by "+name+" All Rights Reserved. <BR>Designed by <A href='http://www.edplab.com/'>EDP Creative Lab</A>"+"</FONT><CENTER>");
}
//-->