function GetRss()
{if (document.storysh.category_id)
 {
	new_window=window.open('rss.php?category_id='+document.storysh.category_id.value,'popup'); 
}
}
