function WriteStatus(string){	document.Status.StatusBox.value=string;}function showLAYER(layName){  if(document.layers) document.layers[layName].visibility='show';  if(document.all) document.all(layName).style.visibility='visible';}function hideLAYER(layName) {  if(document.layers) document.layers[layName].visibility='hide';  if(document.all) document.all(layName).style.visibility='hidden';}function fukidashi(Names) {  texts = '<TABLE BORDER=0 WIDTH=146 CELLSPACING=0 CELLPADDING=0>';  texts += '<TR>';  texts += '<TD ALIGN=CENTER COLSPAN=3>';  texts += '<IMG SRC=\"./materials/fuki.gif\" WIDTH=30 HEIGHT=10>';  texts += '</TD>';  texts += '</TR>';  texts += '<TR>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/kado1.gif\" WIDTH=10 HEIGHT=10>';  texts += '</TD>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/fill.gif\" WIDTH=126 HEIGHT=10>';  texts += '</TD>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/kado2.gif\" WIDTH=10 HEIGHT=10>';  texts += '</TD>';  texts += '</TR>';  texts += '<TR>';  texts += '<TD COLSPAN=3 BGCOLOR=#FFFFAA>';  texts += Names;  texts += '</TD></TR>';  texts += '<TR>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/kado3.gif\" WIDTH=10 HEIGHT=10>';  texts += '</TD>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/fill.gif\" WIDTH=126 HEIGHT=10>';  texts += '</TD>';  texts += '<TD>';  texts += '<IMG SRC=\"./materials/kado4.gif\" WIDTH=10 HEIGHT=10>';  texts += '</TD>';  texts += '</TR>';  texts += '</TABLE>';  document.write(texts);}
