var plotis = screen.width;
if(plotis <= '1440') { var dydis = 'mazas'; } else { var dydis = 'didelis'; }
if(dydis = 'didelis') {
	document.getElementById('content').style.width='1165px';
	document.getElementById('rezoliucija').style.width='900px';
	document.getElementById('rezo_top').style.backgroundImage='url(../images/tekstas_top_d.png)';
	document.getElementById('rezo_middle').style.backgroundImage='url(../images/tekstas_back_d.png)';
	document.getElementById('rezo_bot').style.backgroundImage='url(../images/tekstas_foot_d.png)';
	document.getElementById('meniuuzz').style.marginLeft='0px';
}
else {
	document.getElementById('content').style.width='965px';	
	document.getElementById('rezoliucija').style.width='700px';
	document.getElementById('rezo_top').style.backgroundImage='url(../images/tekstas_top.png)';
	document.getElementById('rezo_middle').style.backgroundImage='url(../images/tekstas_back.png)';
	document.getElementById('rezo_bot').style.backgroundImage='url(../images/tekstas_foot.png)';
	document.getElementById('meniuuzz').style.marginLeft='-50px';
}
