function ShowButterfly(tImage){
	document.write("<img src=\""+tImage+"\"");
	document.write(" width=\"16\"");
	document.write(" height=\"14\"");
	document.write(" align=\"texttop\"");
	document.write(">");
	document.write(" ");
}

ShowButterfly("../images/butterfly.gif");

