function w(url, width, height){
	width += 50; height += 50;
	window.open(url, 'foto', 'width='+width+', height='+height+', toolbar=no, location=no, resizable=yes, scrollbars=yes, top=100, left=100');
	return false; }

function repair_ms5() {
	var el = document.getElementById('left-menu').style;
	el.position = 'absolute';
	el.top = '0px'; }
