﻿
function MsgBox(messagetext) 
{ 
alert(messagetext); 
}

