'); writeln('

close window when finished with this background<\/h1>'); writeln('

Using file ', bgFile, '<\/h2>'); writeln('

red blah blah blah text<\/p>'); writeln('

orange blah blah text<\/p>'); writeln('

yellow blah blah text<\/p>'); writeln('

light green blah text<\/p>'); writeln('

dark green blah text<\/p>'); writeln('

light blue blah text<\/p>'); writeln('

medium blue blah text<\/p>'); writeln('

indigo blah blah text<\/p>'); writeln('

violet blah blah text<\/p>'); writeln('<\/body>'); writeln('<\/html>'); } bkwin.close; } //end of function function highlight(id) { eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#ffccff"'); } //end of function function deHL(id) { switch (id) { case 'Warm': eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#99cc99"'); break; case 'Cool': eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#99cc99"'); break; case 'Light': eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#99cc99"'); break; case 'Dark': eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#99cc99"'); break; default : eval(layerRef+'["'+id+'"]'+styleSwitch+'.bgColor="#ffff99"'); } } //end of function // -->

Loads backgrounds into a test window

Warm

brown
browncandy
crimson
figure
peach
raspberry
rose
swirl

Cool

blueglow
bubbles
plumswirl
rain
thatch

Light

browncandy
figure
peach
plumswirl
rain
rose
swirl

Dark

blueglow
brown
crimson
peach
raspberry
stone
thatch


Back to Experimenting.