function setPath(root){

	path = root;

}



function printHead(){

	path = path == null ? "" : path;

     document.write('<tr>'); 

     document.write('<td colspan="2">');

     document.write('<img src="' + path + 'images/head.gif" width="700" height="130" alt="特定非営利活動法人コンピュータエンターテインメントレーティング機構">');

     document.write('<\/td>');

     document.write('<\/tr>');

}



function printGotop(){

	path = path == null ? "" : path;

	document.write('<p align="RIGHT">');

	document.write('<a href="#top">');

	document.write('<img src="' + path + 'images/gotop.gif" width="33" height="12" border="0" alt="top"><\/a>');

	document.write('<\/p>');

}



function printCopyright(){

	path = path == null ? "" : path;

      document.write('<br>');

      document.write('<img src="' + path + 'images/clear.gif" width="10" height="30"><br>');

      document.write('<font color="#999999" class="css2">Copyright&copy; 2002-2010 CERO. All rights reserved.<\/font>');

      document.write('<br>');

      document.write('<img src="' + path + 'images/clear.gif" width="10" height="30">'); 

}



function printGomember(){

	path = path == null ? "" : path;

	document.write('<p align="RIGHT">');

	document.write('<a href="' + path + 'member/index.html">');

	document.write('<img src="' + path + 'member/images/gomember.gif" width="130" height="20" border="0" alt="top"><\/a>');

	document.write('<\/p>');

}