/*--- Bill Bruce slide Show Script Take 1 ---*/


function smimg()
{
document.getElementById("img").width="300"
}
function medimg()
{
document.getElementById("img").width="500"
}
function lgimg()
{
document.getElementById("img").width="740"
}


/*--- EndOfFile ---*/

