function ShowPopup(val)
{
  //IF VALUE = 0 THEN NOSHOW
	//IF VALUE = 1 THEN SHOW (default)

	return false;
}