// Update 27.07.2003 - 27.07.2003

// 27.07.2003 - 27.07.2003
// ----------------------------------------------------------------------------------------------
function JSC_Toggle(Button, Path, Pic)
{
	PicObj = new Image(); PicObj.src = Path+Pic+".gif";
	window.document.images[Button.name].src = PicObj.src;
}

