
function openWindow(idst) {
	imgPath='pics/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 400;
	win_height = 326;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow2(idst) {
	imgPath='slogun/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 504;
	win_height = 378;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow3(idst) {
	imgPath='control/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 504;
	win_height = 378;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow4(idst) {
	imgPath='sickness/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 504;
	win_height = 378;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow5(idst) {
	imgPath='skm-etr/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 345;
	win_height = 441;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow6(idst) {
	imgPath='donis/pic0'+idst+'.html';
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 504;
	win_height = 378;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
	popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}

function openWindow44(idst) {
	if (idst>9) imgPath='fl/pic.php?img='+idst;
	if (idst<10) imgPath='fl/pic.php?img=0'+idst;
  screenWidth = screen.width;
  screenHeight = screen.height;
	win_width = 600;
	win_height = 450;
  disp_scrollbr = 'no';
	
  	win_left = (screenWidth/2)-(win_width/2);
	win_top = (screenHeight/2)-(win_height/2)-28;
        popupWin = window.open(imgPath,'_blank','width='+win_width+',height='+win_height+',left='+win_left+',top='+win_top+',alwaysRaised=yes,dependent=yes,scrollbars='+disp_scrollbr);
}