//calls a subroutine in the script style.js to write a form onto the page.

if (window.cssScriptLoadedOK) {
   writeForm('<font color="#000000">Colour Scheme:</font>');

}
