function example(text) {window.document.textform.holdview.checked=false; window.document.textform.ptext.value=text; window.document.textform.ptext.select();} function examplea() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The shiny blue die is 5 feet tall. The large crow is on the die. The ground and the crow are shiny. The bulldozer is 4 feet to the right of the die. The bulldozer is facing left.'; window.document.textform.ptext.select();} function exampleb() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The Santa Claus is to the right of the christmas tree. The Santa Claus is facing right. The elk is facing left. The elk is two feet to the right of the Santa Claus. The ground is shiny.'; window.document.textform.ptext.select();} function examplec() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The tall green mountain range is 300 feet wide. The elephant is in front of the yellow house-vp11584. The house is on the mountain range. The willow tree is to the right of the house.'; window.document.textform.ptext.select();} function exampledd() {window.document.textform.holdview.checked=false; var inp = new Array(4); inp[0] = 'the cat is on the chair.'; inp[1] = 'the dog is red.'; inp[2] = 'the animal has a zebra skin texture.'; inp[3] = 'the furniture has a flower texture. the furniture is in front of the brick wall.'; index = Math.floor(Math.random() * inp.length); window.document.textform.ptext.value=inp[index]; window.document.textform.ptext.select();} function exampled() {window.document.textform.holdview.checked=false; var inp = new Array(4); inp[0] = 'the cat is on the chair.'; inp[1] = 'the dog is red.'; inp[2] = 'the animal has a zebra skin texture.'; inp[3] = 'the furniture has a wood texture. the furniture is in front of the brick wall.'; index = Math.floor(Math.random() * inp.length); window.document.textform.ptext.value=inp[index]; window.document.textform.ptext.select();} function examplee() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='An enormous umbrella is on the tall granite mountain range. The mountain range is 300 feet wide. A gray elephant is under the umbrella. A clown is on the elephant.A die is on the clown. It is 3 feet tall. The chicken cube is 6 feet to the right of the elephant. The cube is 5 feet tall. A large sewing machine is on the cube.'; window.document.textform.ptext.select();} function examplef() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='Santa Claus is on the white mountain range.'; window.document.textform.ptext.select();} function exampleg() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The house is in front of the granite pyramid. The pyramid is 60 feet tall. The ground is dark green. The palm tree is to the left of the house. The elephant is on an enormous blue cube. The cube is 10 feet to the right of the house.The white picket fence is 10 feet in front of the house. It is 80 feet wide.'; window.document.textform.ptext.select();} function exampleh() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The turkey texture is on the cube. The ground is shiny. The toaster is in the thought bubble. The thought bubble is above the cube.'; window.document.textform.ptext.select();} function examplei() {window.document.textform.holdview.checked=false; window.document.textform.ptext.value='The palm tree is inside the large glass cube. The very tiny tiger is next to the palm tree. the palm tree is 10 inches tall. The extremely tiny clown is on the tiger. The glass cube is on the large wooden block. The wooden block is on the sandy mountain range. It is partly cloudy.'; window.document.textform.ptext.select();} function helpparts() { window.open('/help-parts.html','help','scrollbars=yes,height=670,width=520') } function helpcolors() { window.open('/help-colors.html','help','scrollbars=yes,height=670,width=520') } function help() { window.open('/help-layout.html','help','scrollbars=yes,height=670,width=520') } function helppicturebook () { window.open('/help-picturebook.html','help','scrollbars=yes,height=670,width=520') } function helpclipboard() { window.open('/help-clipboard.html','help','scrollbars=yes,height=670,width=520') } function dict() { window.open('','dictionary', 'scrollbars=yes,height=600,width=570') } function dummy() { return; }