function Copyright(flg){
if (flg == 1 ){
document.write("<TABLE background='image/metal01.jpg' border='1' cellspacing='0'>");
document.write("<TBODY><TR><TD>");
document.write("<FONT color='#ffffff'> Copyright (C) 2006 Iwamidojo. All Rights Reserved. </FONT></TD>");
document.write("</TR></TBODY></TABLE>");
}else{
document.write("<TABLE background='../image/metal01.jpg' border='1' cellspacing='0'>");
document.write("<TBODY><TR><TD>");
document.write("<FONT color='#ffffff'> Copyright (C) 2006 Iwamidojo. All Rights Reserved. </FONT></TD>");
document.write("</TR></TBODY></TABLE>");
}
}