// JavaScript Document
<!--
// This Script is written by Mohamed Imran Illiyas.
// You can use this Script by Permission Only.
// Email: imran@zigatech.com.
// My Personal Website : www.imranonline.com
// Developed for www.zigatech.com - ZIGA TECHNOLOGIES (A Web Company)

function display_time_in_status_line()
{
var t = 'ZIGA TECHNOLOGIES  --  Technology is the Key - -';

defaultStatus = t;
}

function MM_displayStatusMsg(msgStr) {
  status=msgStr;
  document.MM_returnValue = true;
}
//-->
