function show_item(id){
	document.flashForm.iid.value=id;
	document.flashForm.submit();
}
