function showAlert(sText)
{
	alert(sText);
}

