function OpenBBPopUp(fnCode)
{
	if(fnCode != "-1")
	{	

		var cnt = document.frmSelect.WINDOW_NAMER.value++;
		switch(fnCode)
		{
			case "cds":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag,'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=700,height=500,resizable=yes");
			}
			break;
			case "bq":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=L",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=270,height=300,resizable=yes");
			}
			case "gr":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=L",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=750,height=400,resizable=yes");
			}
			break;
		}
		document.frmSelect.navigatep.selectedIndex=0
	}
	return false;
}

function OpenBBPopUp_Alt(fnCode)
{
	if(fnCode != "-1")
	{	
		
		var cnt = document.frmSelect.WINDOW_NAMER.value++;
		switch(fnCode)
		{
			case "cds":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select_alt.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag,'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=270,height=300,resizable=yes");
			}
			break;
			case "bq":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select_alt.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=L",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=340,height=400,resizable=yes");
			}
			case "gr":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select_alt.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=L",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=750,height=400,resizable=yes");
			}
			break;
		}
		document.frmSelect.navigatep.selectedIndex=0
	}
	return false;
}


function OpenBBPopUpH(fnCode)
{
	if(fnCode != "-1")
	{	

		var cnt = document.frmSelect.WINDOW_NAMER.value++;
		switch(fnCode)
		{
			case "cds":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag,'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=270,height=300,resizable=yes");
			}
			break;
			case "bq":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=H",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=270,height=300,resizable=yes");
			}
			case "gr":			
			{
			var scripCd = document.frmSelect.scripCd.value;
			var irFlag = document.frmSelect.irFlag.value;
			window.open("select.asp?code="+fnCode+"&scrip_cd="+scripCd+"&ir_flag="+irFlag+"&stdt=C&status=H",'Window_Name'+cnt,"toolbar=no,location=no,menubar=no,scrollbars=yes,top=10,left=10,width=750,height=400,resizable=yes");
			}
			break;
		}
		document.frmSelect.navigatep.selectedIndex=0
	}
	return false;
}

