﻿			window.addEvent("load", function(){
				new ImageMenu($$('.kwick'),{
					transition : Fx.Transitions.linear,
					openWidth:549
				});
			});
