// 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 ftnYellowYellow(file)
  {
  openPage = ROOT+"/yellowyellow/popup.php?file="+file;
  
  window.open(openPage, "_blank", "dependent=yes,Width=256,Height=192,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no");
  }
  
// resize popup window to fit image from file
function PopupPicFile(picUrl) 
	{ 
     window.open( ROOT+"/popup_pic.php?"+picUrl, "", "resizable=1,HEIGHT=300,WIDTH=500"); 
  	} 
function PopupPic(sec,id) 
	{ 
     window.open( ROOT+"/popup_pic2.php?sec="+sec+"&id="+id, "", "resizable=1,HEIGHT=200,WIDTH=200"); 
  	} 
