window.onload = function() {
	if (document.getElementById('right')) right();
	if (document.getElementById('hvadkanvi')) hvadkanvi();
	
	if (browser() != 'IE') {
		if (document.getElementById('left')) document.getElementById('left').style['margin'] = '0px 0px 0px 0px';
		if (document.getElementById('right')) document.getElementById('right').style['margin'] = '0px 0px 0px 577px';
	}
}