﻿	function initImgBox(img,w,h,stay,inLang){
	lastW=w+20; lastH=h+65
	var theURL='imgbig.aspx?lng='+inLang+'&hbp='+img	
	MM_openBrWindow(theURL,'imgBox','status=yes,resizable=yes',lastW,lastH,'true');	
}
function initImgBoxPrint(img,w,h,stay,inLang){
	lastW=w+20; lastH=h+65
	var theURL='imgbigprint.aspx?lng='+inLang+'&hbp='+img	
	MM_openBrWindow(theURL,'imgBox','status=yes,resizable=yes',lastW,lastH,'true');	
}
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0	
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}
function initImgBoxMapa(mapa,w,h,stay,inLang,koordinate,boja,size,dir){
	lastW=w+20; lastH=h+65
	var theURL='re_mapbig.aspx?lng='+inLang+'&mapa='+mapa + '&koordinate='+koordinate + '&boja=' + boja + '&size=' + size + '&dir=' + dir
	MM_openBrWindow(theURL,'imgBox','status=yes,resizable=yes',lastW,lastH,'true');	
}
