<!--
// Rollover Images
// Copyright Amazing Internet Ltd.

if (document.images) {
	editoron = new Image();
	editoron.src = "/images/main/topmenu/editor-hl.gif";
	editoroff = new Image();
	editoroff.src = "/images/main/topmenu/editor.gif";

	authoron = new Image();
	authoron.src = "/images/main/topmenu/author-hl.gif";
	authoroff = new Image();
	authoroff.src = "/images/main/topmenu/author.gif";

	writeron = new Image();
	writeron.src = "/images/main/topmenu/writer-hl.gif";
	writeroff = new Image();
	writeroff.src = "/images/main/topmenu/writer.gif";

	designeron = new Image();
	designeron.src = "/images/main/topmenu/designer-hl.gif";
	designeroff = new Image();
	designeroff.src = "/images/main/topmenu/designer.gif";

	consultanton = new Image();
	consultanton.src = "/images/main/topmenu/consultant-hl.gif";
	consultantoff = new Image();
	consultantoff.src = "/images/main/topmenu/consultant.gif";
}
 
//-->
