<!--
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 EDP Creative Lab"+"</FONT><CENTER>");
}
//-->