// JavaScript Document
function information(inf){
	document.getElementById('indormationdiv').innerHTML=inf;
}
function informationdestroy(destinf){
	document.getElementById('indormationdiv').innerHTML=destinf;
}
