They worked OK on Friday (I've got witnesses) and although I didn't think of checking this morning and I did experiment a bit with putting all my 'new menu' work in the same folder and then thought better of it, as far as I can make out everything is exactly as it's supposed to be, and the images are both definitely still there at
http://www.swcc.beds.sch.uk/images/butt ... narrow.gif
and
http://www.swcc.beds.sch.uk/images/butt ... lack3d.gif.
The relevant part of my script goes like this:
with(menuStyle=new mm_style()){
bordercolor="#ffd619";
high3dcolor='#d5a80b';
borderstyle="ridge";
borderwidth=2;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="1em";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fffae3";
offcolor="#000000";
onbgcolor="#d5a80b";
oncolor="#ffffff";
outfilter="blinds(duration=0.3)";
overfilter="blinds(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=90, Strength=3)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#d5a80b";
separatorsize=1;
subimage="http://www.swcc.beds.sch.uk/images/butt ... narrow.gif";
subimagepadding=2;
}
submenuStyle=new copyOf(menuStyle)
submenuStyle.subimage="http://www.swcc.beds.sch.uk/images/butt ... lack3d.gif";
Can anyone please tell me what's wrong with it? Or shall I just go ahead and cut my throat?

tia