function openTickerItem(id) {
	myWin = window.open('ticker_item.php?id='+id,'tickerwin','width=320,height=200');
	return false;
}
