window._imBrowserConfig.uniwersalTitle='Images';
window._imBrowserConfig.align='lt';//lt cm custom - 
window._imBrowserConfig.encoding='utf-8';//ISO-8859-2
window._imBrowserConfig.basePath='/modules/SubWindow';
//if custom
/**
*@return array x,y
*/
function getImagesBrowserPosition(){
return [0,0]
}
function formatImagesBrowserPage(bUseTxt,imSrc,imWidth,imHeight,spacing,title){
	 var str='<p align="center" style="margin:0px"><img alt="click &amp; close"  onclick="top.close()" src="'+imSrc+'" width="'+imWidth+'"  height="'+imHeight+'" style="z-index:1;cursor:pointer';
	 if(bUseTxt){
	 	str+=';margin:'+spacing+';margin-bottom:13';
	 }
	 str+='" onload="reset_progres()"/>';
	 if(bUseTxt){
		 str+='<br/><span style="font-family:arial,verdana, sans-serif;font-size:12px;color:#2a3944">'+title+'</span>'
		}
		str+='</p>';
	 return str
	 }
	 /* Title field controll
	 function getImagesBrowserTextHeight(title){
	 return 0
	 }
	 */