	//####################################################################
		// X, Y, Status, Scrollbars »ý·« °¡´É
	function open_window(path, t, l, w, h, w_name) {
		args = "top="+ t +", left="+ l +", width="+ w +", height="+ h +"";
		w1 = window.open(path, w_name, args);
		w1.focus();
		return;
	}
	
		//####################################################################
		// X, Y, Status, Scrollbars »ý·« °¡´É
	function open_window_s(path, t, l, w, h, w_name) {
		args = "top="+ t +", left="+ l +", width="+ w +", height="+ h +", scrollbars=yes";
		w1 = window.open(path, w_name, args);
		w1.focus();
		return;
	}
	
	//####################################################################
	function no_title_img(img) {
		//alert("chk");
		//alert(img);
		img.src  = "/com/img/s_none.gif";
		//this.src = "/com/img/s_none.gif";
	}
	
	
	//#############################################################
	function Search_State(cnt_msg) {
		
		var msg = "";
		msg = "<font color='FFFFFF'> °Ë»ö¿Ï·á </font>";
		 
		msg_tab.innerHTML = msg;
		count_tab.innerHTML = cnt_msg;
		
	}	
	
	//#############################################################
	function Search_State1(cnt_msg) {
		
		count_tab.innerHTML = cnt_msg;
		
	}	
	
	//####################################################################
		// X, Y, Status, Scrollbars »ý·« °¡´É
			function openWin(url, name, Width, Height, X, Y, Status, scroll)
		{
		
			if(Width==null) Width = 400;
			if(Height==null) Height = 300;
		
			
			var screenX,screenY;
			var scX,scY;
			var navX, navY;
			screenX = window.screen.availWidth;
			screenY = window.screen.availHeight;
			
			scX = screenX/2
			scY = screenY/2
		
			scX = scX-(Width/2);
			scY = scY-(Height/2);
		
			if(X==null || X == "0") X = scX;
			if(Y==null || Y == "0") Y = scY;
		
			if(Status==null) Status = 0;
			
			if(scroll==null) 
			{
				scroll = 0;
			}
			else {
			    scroll = 1;
			}
		
			stat  = "left=" + X;
			stat += ",top=" + Y;
			stat += ",width=" + Width;
			stat += ",height=" + Height;
			stat += ",status=" + Status;
			stat += ",scrollbars=" + scroll;
			
			//alert(stat);
		
			return(window.open(url, name, stat));
		}
		
		
		//######################################################
			
		//####################################################################
		// X, Y, Status, Scrollbars »ý·« °¡´É
		function openWin1(url, name, Width, Height, X, Y, Status, scroll)
		{
		
			if(Width==null) Width = 400;
			if(Height==null) Height = 300;
		
			
			var screenX,screenY;
			var scX,scY;
			var navX, navY;
			screenX = window.screen.availWidth;
			screenY = window.screen.availHeight;
			
			scX = screenX/2
			scY = screenY/2
		
			scX = scX-(Width/2);
			scY = scY-(Height/2);
		
			if(X==null || X == "0") X = scX;
			if(Y==null || Y == "0") Y = scY;
		
			if(Status==null) Status = 0;
			
			if(scroll==null) 
			{
				scroll = 0;
			}
			else {
			    scroll = 1;
			}
		
			stat  = "left=" + X;
			stat += ",top=" + Y;
			stat += "width=" + Width;
			stat += ",height=" + Height;
			//stat += ",status=" + Status;
			stat += ",scrollbars=yes"
			
			//alert(stat);
		
			return(window.open(url, name, stat));
		}
		
		
		
		//#####################################################
		function showSelectGuide_ALT(contents_no,idx)
		{
			var name = "";
			var name_eng = "";
			
		
			var msg = "";
			var img_path = "";
			var img_thumb_path = "";
			var cForm = document.list;
			
			if(cForm==null || idx < 0 ) return;
						
			try {
				name_kor = cForm.name_kor[idx].value;
				img_thumb_path = cForm.thumb_path[idx].value;
				img_path = "http://mfx.photoflux.co.kr:8080/"+cForm.thumb_path[idx].value;
				
			}
			catch(E) {
				name_kor = cForm.name_kor.value;
				img_thumb_path = cForm.thumb_path.value; 
				img_path = "http://mfx.photoflux.co.kr:8080/"+cForm.thumb_path.value;
			}
				
			var title = "";
			var h_icon = "<img src=/com/img/s_20102.gif border=0 align=absmiddle>";
			var h_icon2 = "¡Ü";
			var imgTag = "";
			
			if(img_thumb_path != "")
			{
				imgTag = "<td style=padding-top:3;>"
								+"<table bgcolor=DCDCDC border=0 cellspacing=0 cellpadding=3>"
								+"<tr><td>"
								+"<img id=EF_IMG src='"+img_path+"' border=0></td>"
								+"</td></tr>"
								+"</table>";
			}
	  
			tt_stat = true;
			document.all.NSDiv.innerHTML = ""
				+"<table width=260 cellspacing=0 cellpadding=0"
				+"<tr><td></td></tr></table>";
		
			content = ""
		
				+"<table width=100% border=0 cellspacing=0 cellpadding=0>"
				+"<tr>"
				+"	<td width=1></td>"
				+"	<td width=1></td>"
				+"	<td width='' bgcolor=C0B4A0><img src=a height=1></td>"
				+"	<td width=1></td>"
				+"	<td width=1></td>"
				+"</tr>"
				+"<tr>"
				+"	<td width=1></td>"
				+"	<td width=1 bgcolor=C0B4A0></td>"
				+"	<td width='' bgcolor=FFFFFF><img src=a height=1></td>"
				+"	<td width=1 bgcolor=C0B4A0></td>"
				+"	<td width=1></td>"
				+"</tr>"
				+"</table>"
		
				+"<table width=100% height=20 bgcolor=white cellspacing=0 cellpadding=0>"
				+"<tr>"
				+"<td bgcolor=C0B4A0 width=1>"
				+"<td style=padding-left:3;padding-right:3;padding-top:2;padding-bottom:2;>"
		
				+" <table width=100% cellspacing=0 cellpadding=3 bgcolor=DDD6CC>"
				+"  <tr>"
				+"   <td bgcolor=F9F7F2 style=color:black;>"+h_icon+" <b>"+name_kor+"</b>"
				+"   </td>"
				+"  </tr>"
				+"	<tr><td height=1 bgcolor=ECE7D7></td></tr>"
				+"	<tr><td height=2 bgcolor=white></td></tr>"
				+" </table>"
		
				+ title
		
				+" <table bgcolor=white width=100% cellspacing=0 cellpadding=0>"
				+"  <tr>"
				+imgTag
				+"   <td width=100% height=20 align=left valign=top style='padding:3px;word-break:break-all;font-family:µ¸¿ò;font-size:11;'>"
				+""
				+"   <td>"
				+"  </tr>"
				+" </table>"	
		
		
				+"</td>"
				+"<td bgcolor=C0B4A0 width=1>"
				+"</tr>"
				+"</table>"
		
				+"<table width=100% border=0 cellspacing=0 cellpadding=0>"
				+"<tr>"
				+"	<td width=1></td>"
				+"	<td width=1 bgcolor=C0B4A0></td>"
				+"	<td width=294 bgcolor=FFFFFF><img src=a height=1></td>"
				+"	<td width=1 bgcolor=C0B4A0></td>"
				+"	<td width=1></td>"
				+"</tr>"
				+"<tr>"
				+"	<td width=1></td>"
				+"	<td width=1></td>"
				+"	<td width=294 bgcolor=C0B4A0><img src=a height=1></td>"
				+"	<td width=1></td>"
				+"	<td width=1></td>"
				+"</tr>"
				+"</table>";
				
			if(img_thumb_path != "") {
				document.all.NSDiv.children(0).cells(0).innerHTML = content;
				showSelectGuide();		
			}
			return;
		}
	
		function showSelectGuide() {
		
			hideSelectGuide_ALT();
			
			var rightedge = document.body.scrollLeft + 400;
			var bottomedge = document.body.clientHeight-event.clientY;
			
			
			if (rightedge < NSDiv.offsetWidth)
				NSDiv.style.left = document.body.scrollLeft + 400 - NSDiv.offsetWidth;
			else
				NSDiv.style.left = document.body.scrollLeft + 400;
			
			if (bottomedge < NSDiv.offsetHeight)
				//NSDiv.style.top = event.clientY - 10;
				NSDiv.style.top = document.body.scrollTop + event.clientY - NSDiv.offsetHeight;
			else
				//NSDiv.style.top = document.body.scrollTop + event.clientY;
				NSDiv.style.top = document.body.scrollTop + event.clientY;
			
			NSDiv.style.visibility = "visible";
			return false;
		}
		
		function hideSelectGuide_ALT() {
			document.all.NSDiv.style.visibility = "hidden";
		}