function showModal(){
	$("#modalbg").fadeIn("fast");
	return false;
}

function hideModal() {
	$("#modalbg").fadeOut("fast");
	return true;
}