<!--
/* AUTHOR: Olumide Akinsola */
/* CREATION DATE: 28/06/02 */
target="right"

a1="graphics/mcp_se.gif"
a2=93
a3=31
a4="software.html"
a="<a href="+a4+"><img src="+a1+" width="+a2+" height="+a3+"></a>&nbsp;&nbsp;"

b1="graphics/symantec.jpg"
b2=85
b3=25
b4="symantec1.html"
b="<a href="+b4+"><img src="+b1+" width="+b2+" height="+b3+"></a>&nbsp;&nbsp;"

c1="graphics/ase1.gif"
c2=80
c3=46
c4="compaq1.html"
c="<a href="+c4+"><img src="+c1+" width="+c2+" height="+c3+"></a>&nbsp;&nbsp;"

d1="graphics/win2k.gif"
d2=123
d3=43
d4="software.html"
d="<a href="+d4+"><img src="+d1+" width="+d2+" height="+d3+"></a>&nbsp;&nbsp;"

e1="graphics/hpinvent.jpg"
e2=50
e3=50
e4="compaq1.html"
e="<a href="+e4+"><img src="+e1+" width="+e2+" height="+e3+"></a>"

document.write(a)
document.write(b)
document.write(c)
document.write(d) 
document.write(e) 
-->
