#VRML V2.0 utf8

Group {
children [
	Anchor {
                url "mypage.html"        
              	description "local home page" 
                children [
          	  Box  {
                  		size 3 8 1 
               		}
		]
    	 },
	 Transform {
			translation 10 0 0
			scale .1 .1 .1
                children [		
	 	Inline {
                	url "inline01.wrl" 
                	bboxSize 1 1 1     
                	bboxCenter 0 0 0  
		}
		]
	}
]
}