document.domain = 'naradi-beta.cz';

function showBigImg(url,width, height){
	width=width+20;
	height=height+20;
	window.open(url ,'img','scrollbars=no,resizeable=no,width='+width+',height='+height);
}
