function display(itemid){
	$(itemid).show("slow");
}