function ShowTable(style) 
{   //$("#div_music_genre").
	$("#promoted_songs_table").load("store_table.php?style_id="+style+'&type=1'); 
	$("#promoted_tops").load("store_table.php?style_id="+style+'&type=2'); 
	$("#promoted_selling_song").load("store_table.php?style_id="+style+'&type=3'); 
}