var FooterJsExist='YES';   var theTop=0;
var eee=document.getElementById('loginFormDiv');
if (document.body) { theTop = document.body.scrollHeight; }
var curtop = 0;   var tHeight=0;
if ( (eee) && (eee.offsetParent)) {
   curtop=eee.offsetTop;  
   while (eee=eee.offsetParent){
      curtop+=eee.offsetTop;
      if (eee.offsetHeight>tHeight) tHeight=eee.offsetHeight;
   }
}
//if ( (tHeight)>theTop) theTop=tHeight;
document.write('<DIV id="footerDIV" style="position:relative;top:'+(theTop)+';left:0;">');

document.write('<table border="0" cellspacing="0" cellpadding="3" width="100%">');
document.write('<tr align="center" valign="top"><td>');
document.write('<font size="1pt" face="verdana" color="white">Best view with screen resolution 1024 by x 768 pixels<br /></font><font size="1pt" face="verdana" font color="#ffff00"><b>Copyright &copy; 2004 <a href="mailto:info@glob.com.my">Globinaco Sdn. Bhd. </a>All Rights Reserved.</font>');
document.write(' &nbsp; &nbsp; <img src="http://'+self.location.hostname+'/counter/counter.php" border=0>');
document.write(' </td>  </tr></table>');
document.write('<P></P>');
document.write('</DIV>');
