function change_img(source,mode)
{
	if (bBrowserMO)
	{
		document[source].src = "./img/" + source + "_" + mode + ".gif";
	}
}