home1 = new Image
parts11 = new Image
parts21 = new Image
urname1 = new Image
faq1 = new Image
other1 = new Image
stu1 = new Image
top1 = new Image
pc1 = new Image

home1.src="Home1.gif"
parts11.src="parts11.gif"
parts21.src="parts21.gif"
urname1.src="urname1.gif"
faq1.src="faq1.gif"
other1.src="other1.gif"
stu1.src="stu1.gif"
top1.src="top1.gif"
pc1.src="pc1.gif"

home2 = new Image
parts12 = new Image
parts22 = new Image
urname2 = new Image
faq2 = new Image
other2 = new Image
stu2 = new Image
top2 = new Image
pc2 = new Image

home2.src="Home2.gif"
parts12.src="parts12.gif"
parts22.src="parts22.gif"
urname2.src="urname2.gif"
faq2.src="faq2.gif"
other2.src="other2.gif"
stu2.src="stu2.gif"
top2.src="top2.gif"
pc2.src="pc2.gif"

function normal(thisImg) {
document[thisImg].src = thisImg + "1.gif"
}

function hover(thisImg) {
document[thisImg].src = thisImg + "2.gif"
}

today = new Date
full = new Array("January","February","March","April","May","June","July","August","September","October","November","December")
day = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")




