// opend new java-sized window


function ftnOpenPopup(name, height, width)
  {
  openPage = ROOT+"/"+name;
  
  window.open(openPage, "_blank", "dependent=yes,Width="+width+",Height="+height+",location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
  }
  
function PopupPic(sec,id) 
	{ 
     window.open( ROOT+"/popup_pic.php?sec="+sec+"&id="+id, "", "resizable=1,HEIGHT=200,WIDTH=200"); 
  	} 
function PopupPic_new(filename) 
	{ 
     window.open( ROOT+"/popup_pic_new.php?filename="+filename, "", "resizable=1,HEIGHT=200,WIDTH=200"); 
  	} 
function PopupPic_loc(filename) 
	{ 
     window.open( ROOT+"/popup_pic_loc.php?filename="+filename, "", "resizable=1,HEIGHT=200,WIDTH=200"); 
  	} 
function GalleryPopup(sec,id,loc_id) 
	{ 
     window.open( ROOT+"/gallery/picture.php?sec="+sec+"&id="+id+"&loc_id="+loc_id, "", "resizable=1,HEIGHT=595,WIDTH=730"); 
  	} 
function PopupPicFile(picUrl) 
	{ 
     window.open( ROOT+"/popup_pic.php?"+picUrl, "", "resizable=1,HEIGHT=100,WIDTH=100"); 
  	} 