
$(document).ready(function()
{
	onLoad();
});

function onUnload()
{
}

function onLoad()
{
	$('.busyIndicator').show();

	menuFix();

	$('.busyIndicator').hide();
}