| (レイヤー) visibility | 
					     | 
					レイヤーの表示を指定します | 
				
			
		
		
			- 書式 
			
 - document.layers[★].visibility = ◆ 
			
-   ★=レイヤー名文字列 または 参照番号 
			
-   ◆=show または hide 
			
   - 文例
			
 - document.layers[0].visibility = show 
			
- document.layers["LayerHakusyon"].visibility = hide 
			
  - 上位オブジェクト
			
 - layer 
			
 - 説明
			
 - レイヤーの表示を指定します。表示する場合はshow、非表示する場合はhideを指定します。 
			
 - 関連
			
 
hidden