function newsPopup(id)
{
	popup = window.open('/news_popup.php?i='+id,'popup','scrollbars=yes,width=586,height=500,left=250,top=250');
	if(popup)
	{
		popup.focus();
	} 
}


function flashTextPrint(id,width,height,fColor,fSize,fLineHeight,fLineColor){
	innerHtml = $(id).html();
	$(id).html('');
	$(id).flash ({ src: '/_i/_swf/text.swf',  width: width,  height: height, flashvars: { cdata:innerHtml , fColor:fColor, fSize:fSize, fLineHeight:fLineHeight,fLineColor:fLineColor }, wmode: 'transparent' });
}


