$(document).ready(function(){
	$(".sgxQbar_qbtn").click(function(){$('#sgxQwiikBar').toggle()});
	$(".sgxQbar_btn_hack, .sgxQbar_menu_hack").mouseover(function(){$('.sgxQbar_menu_hack, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'320px'},'fast')});
	$(".sgxQbar_btn_install, .sgxQbar_menu_install").mouseover(function(){$('.sgxQbar_menu_install, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'770px'},'fast')});
	$(".sgxQbar_btn_guides, .sgxQbar_menu_guides").mouseover(function(){$('.sgxQbar_menu_guides, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'630px'},'fast')});
	$(".sgxQbar_btn_bibles, .sgxQbar_menu_bibles").mouseover(function(){$('.sgxQbar_menu_bibles, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'590px'},'fast')});
	$(".sgxQbar_btn_news, .sgxQbar_menu_news").mouseover(function(){$('.sgxQbar_menu_news, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'404px'},'fast')});
	$(".sgxQbar_btn_dl, .sgxQbar_menu_dl").mouseover(function(){$('.sgxQbar_menu_dl, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'640px'},'fast')});
	$(".sgxQbar_btn_hack, .sgxQbar_menu_hack").mouseout(function(){$('.sgxQbar_menu_hack, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
	$(".sgxQbar_btn_install, .sgxQbar_menu_install").mouseout(function(){$('.sgxQbar_menu_install, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
	$(".sgxQbar_btn_guides, .sgxQbar_menu_guides").mouseout(function(){$('.sgxQbar_menu_guides, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
	$(".sgxQbar_btn_bibles, .sgxQbar_menu_bibles").mouseout(function(){$('.sgxQbar_menu_bibles, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
	$(".sgxQbar_btn_news, .sgxQbar_menu_news").mouseout(function(){$('.sgxQbar_menu_news, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
	$(".sgxQbar_btn_dl, .sgxQbar_menu_dl").mouseout(function(){$('.sgxQbar_menu_dl, #sgxQwiikBar, #sgxQbarMenu').stop().animate({width:'0px'},'fast')});
});
