<html>
<head>
<title>Telmax21 Telephone Directory Intro</title>

<HTA:APPLICATION ID="Telephone Directory" 
    APPLICATIONNAME="Telephone Directory" 
    BORDERSTYLE="normal"
    BORDER="thick"
    CAPTION="yes"
    ICON=""
    SHOWINTASKBAR="yes"
    SINGLEINSTANCE="yes"
    SYSMENU="yes"
    WINDOWSTATE="maximize"
    NAVIGABLE="yes"
    SCROLL="no"
>

<script language='JScript'><!--
function goapp()
{
	location.replace("http://mon2/tmp/tx/databinding/T21Enew2/T21Etafe.hta");
}
//--></SCRIPT>
</head>
<body onload='setTimeout("goapp()", 2000, "JavaScript")'
      bgcolor='#888888' text="#000044">
<b><center>
<font face='Arial' size='4'>
<br><br><br><br>
Welcome to the Telmax21 Telephone Directory
<br><br>
<br><br>
<IMG SRC='http://mon2/tmp/tx/databinding/T21Enew2/TAFE-logo.jpg'>
<br><br>
<br><br>
<br><br>
Please stand by...
</font>
</b></center>
</body>
</html>