﻿// JScript File

function rollover(x){
x.style.background="#dcdcdc"
}
function rolloff(x){
x.style.background="#f5f5f5"
}
function picshow(x){
window.aspnetForm.large.src="pics/small/" + x
}