<!--
var img;
img = new Image;
function ch(imagename,path1,path2,phase)
{
	img.src = path2;
	if (phase==1)
	 document.images(imagename).src=path2;
	else
	 document.images(imagename).src=path1;
}
//-->
