
var O_Style = document.getElementById('L_STYLE');

if( O_Style)
{
	if( screen.width > 1024)
	O_Style.href = "http://www.actimat.com/css/big.css";
	else
	O_Style.href = "http://www.actimat.com/css/small.css";
}