function showdiv(div){
	$(div).fadeIn(100);
}
