/**
 * In The Name of Allah, The Most Gracious, The Most Merciful
 */
window.addEvent('domready',function(){
	$$('div.drawer').each(function(item,index){
		new Drawer(item);
	});
	JSFX_FloatDiv('admin_menu', 0,30).floatIt();
});
window.addEvent('domready',function(){
});