function openf2fnewsline()
{
	var winwidth = screen.availWidth;
	var winheight = screen.availHeight;
	var linkUrl = 'http://www.fibre2fashion.com/news/promotions/f2fnewsline_november/index.asp';
	var linkFeature = 'top=0,left=0,width='+winwidth+',height='+winheight+',status=no,scrollbars=yes,resizable=yes';
	window.open(linkUrl, '', linkFeature);
}
