<!--
//specify interval between slide (in mili seconds)
var slidespeed=6000
//specify images
var simages=new Array("images/fac.gif","images/prof1.gif","images/prof2.gif")
//specify corresponding links
var slinks=new Array("aboutus.html","aboutus.html","aboutus.html")

var imgholder=new Array()
var ie55=window.createPopup
for (i=0;i<simages.length;i++){
imgholder[i]=new Image()
imgholder[i].src=simages[i]
}

function gotoshow1(){
window.location=slinks[whichlink1]
}

//-->