$(function(){
	$("#showComAddress").hide();
	
	$("#selComAddress").css("cursor","hand").toggle(
		function(){$("#showComAddress").slideDown("slow");},
		function(){$("#showComAddress").slideUp("slow");}
	);
});
