//
//  Helper functions to aid the Modal Box JS work with the Juno Module.
//
//  support@junowebdesign.com
//

// Auto close the Modalbox effect.
function doAutoClose() 
{
	setTimeout(Modalbox.hide(), 55000);
	return null;
}

// Update the html once logged in
function doUpdateLogin()
{
	
}

// Update the html once logged out.
function doUpdateLogin() 
{


}
