function dw(tekst)
{
	document.write(tekst);
	return;
}

if ( screen.width > 1200 )
{
   dw( "<LINK rel=stylesheet href=CFL.css type=text/css></LINK>" );
}
else
{
   if ( screen.width > 1000 )
   {
      dw( "<LINK rel=stylesheet href=CFL1024.css type=text/css></LINK>" );
   }
   else
   {
      dw( "<LINK rel=stylesheet href=CFL800.css type=text/css></LINK>" );
   }
}
