function showData(id) {
//("#content"+id);
	jQuery("#content1").toggle();
}
