function CheckEmpty(what)
{
if (what == "") return false;
else return true;
}
