// JavaScript Document
//Gradual-Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

function high(which2,imgname){
theobject=which2
theobject.src=imgname
}

function low(which2){
//theobject=which2

}


