function msgBox(msg)
{
	alert(msg);
}