// Created by iWeb 2.0.3 local-build-20080218

setTransparentGifURL('Media/transparent.gif');function hostedOnDM()
{return true;}
function onPageLoad()
{loadMozillaCSS('Workshops_files/WorkshopsMoz.css')
adjustLineHeightIfTooBig('id1');adjustFontSizeIfTooBig('id1');fixAllIEPNGs('Media/transparent.gif');Widget.onload();fixupIECSS3Opacity('id2');performPostEffectsFixups()}
function onPageUnload()
{Widget.onunload();}

function textLimit(field, maxlen) {
if (field.value.length > maxlen + 1)
alert('Maximum of 255 characters please');
if (field.value.length > maxlen)
field.value = field.value.substring(0, maxlen);
}

function ShowMenu(menuShow, menuHide)
        {			
			document.getElementById(menuShow).style.display = 'block';
			document.getElementById(menuHide).style.display = 'none';

                }

