//calls a subroutine in the script style.js to write a form onto the page.

if (window.cssScriptLoadedOK) {
   writeForm('Change layout');
}