function select_img(filename)
{
		document.write('<img src="'+filename);
		document.write($color);
		document.write('.gif" width="120" height="55" border="0">');
}