num=0;

///////////////////////////////////
//  pop the news content window  //
///////////////////////////////////

function pop(Des)
{	
	open(Des,'focusnews'+num,'resizable=1,scrollbars=1,status=yes,toolbar=no,location=no,menu=no','fullscreen,scrollbars' );
	num++;
	return false;
}
