<!--

	//*************************************************************
	//**
	//**	유틸리티 스크립트 시작
	//**
	//*************************************************************


	//1. 링크 점선 없에기

		function allblur() {
		  for (i = 0; i < document.links.length; i++)
		  document.links[i].onfocus = document.links[i].blur;
		}

	//2. 마우스롤오버버튼

		//페이드효과
		function bt(name,after) { 

			eval(name+'.filters.blendTrans.stop();'); 
			eval(name+'.filters.blendTrans.Apply();'); 
			eval(name+'.src="'+after+'";'); 
			eval(name+'.filters.blendTrans.Play();'); 

		}

		//일반효과
		function img_up(img_name,src){
			img_name.src=src;
		}

		function img_def(img_name,src){
			img_name.src=src;
		}

		//링크주소처리
		function link_url(url){
			location.href=url;
		}



	//3. 기본팝업

		function de_popup(a,b,c,d,e,f){
			window.open(a + b, c ,'resizable=yes,width='+d+',height='+e+',scrollbars='+f);
		}

	//4. 이미지팝업
	
		function open_pic_view(file_full_path){
			var url = "/_Common/img_view.asp?path="+file_full_path;
			var N_win = window.open(url,'view','resizable=0,width=100,height=100,scrollbars=0');
		}


	//5. 프린트팝업
	
		function FUN_PrintContent(){
	
			var PreContent	= '<html><head><title>인쇄하기</title><link rel=stylesheet type=text/css href=/_Library/Css/normal_style.css></script></head><body topmargin=0 leftmargin=0 onload=javascript:window.print();>';
			
			var NextContent	= '</body></html>';
		
			var GetContent	= document.all('PrintContent').innerHTML;
		
			var PrintWindow	= window.open('', 'PrintWindow', 'width=640,height=500,scrollbars=yes,resizable=no,toolbar=yes');
		
			var InsertDoc	= PrintWindow.document;
			InsertDoc.open();
			InsertDoc.write(PreContent + GetContent + NextContent);
			InsertDoc.close();
		}
		
	//6. 액션팝업
	
		function MoveOpen(url,ld,td,w,h,s) {

			var heightspeed = 14; //리사이즈 세로 속도
			var widthspeed = 15; //리사이즈 가로 속도
			var leftdist = ld;
			var topdist = td;

			var winwidth = w;
			var winheight = h;
			var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=" + s );
			
			for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
			sizer.resizeTo("1", sizeheight);
			}
			
			for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
			sizer.resizeTo(sizewidth, sizeheight);
			}
			
			sizer.location = url;
		}	

	//7. 이미지 리사이즈 팝업
	
		function full_size_view(){

    var imgWidth = 780;        //** 설정 이미지 폭값
    var imgHeight = 600;      //** 설정 이미지 높이값
 

        var O_Width = view_pic.width;        //** 이미지의 실제 폭
        var O_Height = view_pic.height;     //** 이미지의 실제 높이
        var ReWidth = O_Width;        //** 변화된 폭 저장 변수
        var ReHeight = O_Height;      //** 변화된 높이 저장 변수
 
        if(ReWidth > imgWidth)
        {
            ReWidth = imgWidth;
            ReHeight = (O_Height * ReWidth) / O_Width;
        }
 
        if(ReHeight > imgHeight)
        {
            ReWidth = (ReWidth * imgHeight) / ReHeight;
            ReHeight = imgHeight;
        }

             view_pic.width = ReWidth;
             view_pic.height = ReHeight;	
            
			var xx = ReWidth;
			var yy = ReHeight;
			var sxx = 0; //창오픈 가로위치
			var syy = 0; //창오픈 세로위치


            
			var heightspeed = 15; //리사이즈 세로 속도
			var widthspeed = 14; // 리사이즈 가로속도
	
			var leftdist = sxx;
			var topdist = syy;

			var winwidth = xx + 11;
			var winheight = yy + 21;
			

			self.moveTo(sxx,syy);

			for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
			self.resizeTo("1", sizeheight);
			}
			
			for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
			self.resizeTo(sizewidth, sizeheight);
			}			

			window.title="충주시";
		}
		
		function w_close(){
			self.close();
		}
	
		function w_close2(){
			alert('\n이미지 파일이 없거나 로딩 중 문제가 발생하였습니다.\n\n창을 닫겠습니다.\n');
			self.close();
		}	
		

	//8. 실국페이지 팝업


		function openPage(form) {
			selection = form.openPage1.options[form.openPage1.selectedIndex].value;
		      win = window.open(selection, 'popupwinname', 'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=798,height=600,left=0,top=0');
		     win.focus();
		}

		function openPage2(link) {
		      win = window.open(link, 'popupwinname', 'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=798,height=600,left=0,top=0');
		     win.focus();
		}

		function openPage4(form) {
			selection = form.openPage4.options[form.openPage4.selectedIndex].value;
		      location.href = selection
		}

		function openPage3(form) {
			selection = form.region.options[form.region.selectedIndex].value;
			  win = window.open(selection, 'company', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=620,height=600,left=0,top=0');
		     win.focus();
		}
		function openPage5(form) {
			selection = form.type.options[form.type.selectedIndex].value;
			  win = window.open(selection, 'company', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=620,height=600,left=0,top=0');
		     win.focus();
		}		
		function namosw_goto_byselect(sel, targetstr)
			{
			  var index = sel.selectedIndex;
			  if (sel.options[index].value != '') {
			     if (targetstr == 'blank') {
			       window.open(sel.options[index].value, 'win1');
		     } else {
		      var frameobj;
		       if (targetstr == '') targetstr = 'self';
		       if ((frameobj = eval(targetstr)) != null)
		         frameobj.location = sel.options[index].value;
				     }
			  }
			}	

	//9. 서브메뉴 보이기

		function sub_menu_view(num){

			var tr_obj, edit_num;
		
			for (i=0;i<8;i++){
				if (i<8 && i>0){
					edit_num = '0'+i;
				}else{
					edit_num = i;
				}
		
				tr_obj = eval('main_menu_'+ edit_num+'.style');
			
				if (i == num){
					tr_obj.display = 'block';
				}else{
					tr_obj.display = 'none';
				}


			}
		}
		

	//12. 플래시출럭관련
	function FUN_Flash_Print(strFlash_Name, strFlash_URL, nFlash_X, nFlash_Y, strFlashvars)
	{
		var appName  = navigator.appName;  
		var appVersion	= parseFloat(navigator.appVersion.split("MSIE")[1]);

		if(appName != "Microsoft Internet Explorer" || appVersion < 5.5) // 윈도우 익스플로러가 버전이 낮거나 익스플로러가 아닐경우
		{ 

			if(strFlashvars != "")
			{
				strFlashvars = strFlashvars.replace("'", "\'");
				var Element_05 = '<embed src="'+ strFlash_URL +'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" quality="High" wmode="transparent" name="' + strFlash_Name + '" id="' + strFlash_Name + '" width="'+ nFlash_X +'" height="'+ nFlash_Y +'" FlashVars="'+ strFlashvars +'"/>';
			}
			else
			{
				var Element_05 = '<embed src="'+ strFlash_URL +'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" quality="High" wmode="transparent" name="' + strFlash_Name + '" id="' + strFlash_Name + '" width="'+ nFlash_X +'" height="'+ nFlash_Y +'"/>';
			}

			document.write(Element_05);
		}
		else // 윈도우 익스플로러일 경우
		{ 

			document.write('<div id="Td' + strFlash_Name + '" name="Td' + strFlash_Name + '"></div>');

			if (document.getElementById)
			{
				var ObjectDocumentNow = document.getElementById("Td" + strFlash_Name);
			}
			else if(document.all)
			{
				var ObjectDocumentNow = document.all("Td" + strFlash_Name)
			}

			var myObjFlash = document.createElement('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" name="' + strFlash_Name + '" id="' + strFlash_Name + '" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="'+ nFlash_X +'" height="'+ nFlash_Y +'">');
			var Element_01 = document.createElement('<param name="movie" value="'+ strFlash_URL +'">');
			var Element_02 = document.createElement('<param name="quality" value="High">');
			var Element_03 = document.createElement('<param name="wmode" value="transparent">');


			myObjFlash.appendChild(Element_01);
			myObjFlash.appendChild(Element_02);
			myObjFlash.appendChild(Element_03);

			if(strFlashvars != "")
			{
				strFlashvars = strFlashvars.replace("'", "\'");

				var Element_04 = document.createElement('<param name="FlashVars" value="'+ strFlashvars +'">');
				myObjFlash.appendChild(Element_04);
			}

			ObjectDocumentNow.appendChild(myObjFlash);
		} 
	
	}


	//*************************************************************
	//**
	//**	유틸리티 스크립트 끝
	//**
	//*************************************************************

	//12. 플래시출럭관련
	function FUN_Flash_Print(strFlash_Name, strFlash_URL, nFlash_X, nFlash_Y, strFlashvars)
	{
		var appName  = navigator.appName;  
		var appVersion	= parseFloat(navigator.appVersion.split("MSIE")[1]);

		if(appName != "Microsoft Internet Explorer" || appVersion < 5.5) // 윈도우 익스플로러가 버전이 낮거나 익스플로러가 아닐경우
		{ 

			if(strFlashvars != "")
			{
				strFlashvars = strFlashvars.replace("'", "\'");
				var Element_05 = '<embed src="'+ strFlash_URL +'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" quality="High" wmode="transparent" name="' + strFlash_Name + '" id="' + strFlash_Name + '" width="'+ nFlash_X +'" height="'+ nFlash_Y +'" FlashVars="'+ strFlashvars +'"/>';
			}
			else
			{
				var Element_05 = '<embed src="'+ strFlash_URL +'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" quality="High" wmode="transparent" name="' + strFlash_Name + '" id="' + strFlash_Name + '" width="'+ nFlash_X +'" height="'+ nFlash_Y +'"/>';
			}

			document.write(Element_05);
		}
		else // 윈도우 익스플로러일 경우
		{ 

			document.write('<div id="Td' + strFlash_Name + '" name="Td' + strFlash_Name + '"></div>');

			if (document.getElementById)
			{
				var ObjectDocumentNow = document.getElementById("Td" + strFlash_Name);
			}
			else if(document.all)
			{
				var ObjectDocumentNow = document.all("Td" + strFlash_Name)
			}

			var myObjFlash = document.createElement('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" name="' + strFlash_Name + '" id="' + strFlash_Name + '" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="'+ nFlash_X +'" height="'+ nFlash_Y +'">');
			var Element_01 = document.createElement('<param name="movie" value="'+ strFlash_URL +'">');
			var Element_02 = document.createElement('<param name="quality" value="High">');
			var Element_03 = document.createElement('<param name="wmode" value="transparent">');


			myObjFlash.appendChild(Element_01);
			myObjFlash.appendChild(Element_02);
			myObjFlash.appendChild(Element_03);

			if(strFlashvars != "")
			{
				strFlashvars = strFlashvars.replace("'", "\'");

				var Element_04 = document.createElement('<param name="FlashVars" value="'+ strFlashvars +'">');
				myObjFlash.appendChild(Element_04);
			}

			ObjectDocumentNow.appendChild(myObjFlash);
		} 
	
	}

	//13. 무비영상 출력 관련
	function FUN_Movie_Print(strWM_Name, strWM_URL, strWM_X, strWM_Y, nAutoStart, nShowControls, nVolume)
	{
		var appName  = navigator.appName;  
//		var appVersion	= parseFloat(navigator.appVersion.split("MSIE")[1]);


		if (strWM_X != "" && strWM_Y != "") //크기가 정해져있을 경우
		{
			var WidthnHeight = '" width="' + strWM_X + '" height="' + strWM_Y + '"';
		}
		else
		{
			var WidthnHeight = "";
		}


		if(appName != "Microsoft Internet Explorer") // 익스플로러가 아닐경우
		{ 
			var Embed_Volume = (nVolume * 10) - 1000;
			var Element = '<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="'+ strWM_URL +'" name="' + strWM_Name + '" autostart=' + nAutoStart + ' showcontrols=' + nShowControls + ' volume="' + Embed_Volume + '" '+ WidthnHeight + '></EMBED>';
			document.write(Element);
		}
		else // 윈도우 익스플로러일 경우
		{ 
			// 미디어플레이어 8은 0이 제일 큰소리 값이고 -1000이 제일 작은소리 값이다. 9에서는 백분율을 쓴다.

			var Embed_Volume = (nVolume * 10) - 1000; // 백분율을 8형식으로 바꿔주는 계산식

			document.write('<div id="Div_' + strWM_Name + '" name="Div_' + strWM_Name + '"></div>');

			if (document.getElementById)
			{
				var ObjectDocumentNow = document.getElementById("Div_" + strWM_Name);
			}
			else if(document.all)
			{
				var ObjectDocumentNow = document.all("Div_" + strWM_Name)
			}


// 미디어플레이어 9 용(상태바가 사라지지 않는다)
//			var myObjWM = document.createElement('<OBJECT ID="' + strWM_Name + '" name="' + strWM_Name + '" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" standby="Loading Microsoft?Windows?Media Player components..." type="application/x-oleobject" ' + WidthnHeight + '>');
//			var Element_01 = document.createElement('<PARAM NAME="url" VALUE="'+ strWM_URL +'">');

// 미디어플레이어 8 용(잡다한 파라미터를 쓸 수 있다.)

			var myObjWM = document.createElement('<OBJECT ID="' + strWM_Name + '" name="' + strWM_Name + '" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"	standby="Loading Microsoft?Windows?Media Player components..."  type="application/x-oleobject" ' + WidthnHeight + '>');

// 미디어플레이어 9는 Filename 대신에 Url을 쓴다.
//			var Element_01 = document.createElement('<PARAM NAME="Url" VALUE="'+ strWM_URL +'">');			

			var Element_01 = document.createElement('<PARAM NAME="Filename" VALUE="'+ strWM_URL +'">');
			var Element_02 = document.createElement('<PARAM NAME="AutoStart" VALUE="' + nAutoStart + '">');
			var Element_03 = document.createElement('<PARAM NAME="ShowControls" VALUE="' + nShowControls + '">');
			var Element_04 = document.createElement('<PARAM NAME="ShowStatusBar" VALUE="' + nShowControls + '">');
			var Element_05 = document.createElement('<PARAM NAME="Volume" value="' + Embed_Volume + '">');

			myObjWM.appendChild(Element_01);
			myObjWM.appendChild(Element_02);
			myObjWM.appendChild(Element_03);
			myObjWM.appendChild(Element_04);
			myObjWM.appendChild(Element_05);

			ObjectDocumentNow.appendChild(myObjWM);
		} 
	}

  	//*************************************************************
	//**
	//**	플래시 / 미디어플레이어 스크립트 끝
	//**
	//*************************************************************



// Bk2006 농가 주소 링크
	function fnBkGoto(strBkList)
	{

		switch(strBkList)
		{
		// 빈 값 처리
			case '': ; break;

		// 2004년도 농가
			case	'2004_1': window.open("/myeong/", '_blank'); break;		//명성농장
			case	'2004_2': window.open("/yang/", '_blank'); break;			//양가네농장
			case	'2004_3': window.open("/soe/", '_blank'); break;			//쇠북농원
			case	'2004_4': window.open("/ks/", '_blank'); break;				//옥성농장
			case	'2004_5': window.open("/miso/", '_blank'); break;			//미소네농장
			case	'2004_6': window.open("/san/", '_blank'); break;			//산뜰농장
			case	'2004_7': window.open("/bae/", '_blank'); break;			//배연농장
			case	'2004_8': window.open("/bo/", '_blank'); break;				//자양농원
			case	'2004_9': window.open("/cham/", '_blank'); break;			//참나무정농장
			case	'2004_10': window.open("/ful/", '_blank'); break;			//풀무농장
			case	'2004_11': window.open("/gye/", '_blank'); break;			//계명산농원
			case	'2004_12': window.open("/chung/", '_blank'); break;		//청하농원
			case	'2004_13': window.open("/jae/", '_blank'); break;			//재경골농장
			case	'2004_14': window.open("/clean/", '_blank'); break;		//청정농원
			case	'2004_15': window.open("/tulbo/", '_blank'); break;			//털보농장
			case	'2004_16': window.open("/eutum/", '_blank'); break;		//으뜸농장
		// 2004년도 농가

		// 2005년도 농가
			case	'2005_1': window.open("/duksin/", '_blank'); break;			//덕신사과영농법인
			case	'2005_2': window.open("/yunrigi/", '_blank'); break;			//연리지유기농장
			case	'2005_3': window.open("/yongchun/", '_blank'); break;		//용천유기영농조합
			case	'2005_4': window.open("/engol/", '_blank'); break;				//은골농원
			case	'2005_5': window.open("/sanmaru/", '_blank'); break;			//산마루농원
			case	'2005_6': window.open("/gwangil/", '_blank'); break;			//광일농장
			case	'2005_7': window.open("/riel/", '_blank'); break;					//(주)리을농산
			case	'2005_8': window.open("/jinyongsam/", '_blank'); break;		//진용삼사슴
			case	'2005_9': window.open("/saesong/", '_blank'); break;			//충주새송이버섯농장
			case	'2005_10': window.open("/itergol/", '_blank'); break;			//이터골농원
			case	'2005_11': window.open("/sujin/", '_blank'); break;				//수진이네
			case	'2005_12': window.open("/pungyun/", '_blank'); break;		//풍년농원
			case	'2005_13': window.open("/cpgugija/", '_blank'); break;		//청풍구기자사슴농장
		// 2005년도 농가

		// 2006년도 농가
			case	'2006_1': window.open("/DongSan/", '_blank'); break;		//동산농원
			case	'2006_2': window.open("/JaeOGae/", '_blank'); break;		//재오개농원
			case	'2006_3': window.open("/SaeTeo/", '_blank'); break;			//새터농원
			case	'2006_4': window.open("/HwangKeum/", '_blank'); break;	//황금노을게르마늄쌀
			case	'2006_5': window.open("/Suil/", '_blank'); break;				//수일농장
			case	'2006_6': window.open("/HanKa/", '_blank'); break;			//한가네갈골농장
			case	'2006_7': window.open("/HaNeul/", '_blank'); break;			//하늘타리야생화
			case	'2006_8': window.open("/DunDae/", '_blank'); break;			//둔대고구마농장
			case	'2006_9': window.open("/NulPoom/", '_blank'); break;		//늘품농장
			case	'2006_10': window.open("/SaesTeo/", '_blank'); break;		//샛터농장
			case	'2006_11': window.open("/DaRe/", '_blank'); break;			//다래농장
			case	'2006_12': window.open("/RedApple/", '_blank'); break;		//빨간사과밤한툴
			case	'2006_13': window.open("/SeungJu/", '_blank'); break;		//승주농장
		// 2006년도 농가
			
		// 2007년도 농가
			case'2007_1': window.open("/yosep/", '_blank'); break;				//요셉사과농원
			case'2007_2': window.open("/nadeuri/", '_blank'); break;			//사과나드리농원
			case'2007_3': window.open("/bobae/", '_blank'); break;				//보배농원
			case'2007_4': window.open("/choebuja/", '_blank'); break;			//최부자농원
			case'2007_5': window.open("/eunhasu/", '_blank'); break;			//은하수농원
			case'2007_6': window.open("/hyangsan/", '_blank'); break;		//향산농장
			case'2007_7': window.open("/saebom/", '_blank'); break;			//새봄농원
			case'2007_8': window.open("/tohyeon/", '_blank'); break;			//토현혜민농장
			case'2007_9': window.open("/doretgol/", '_blank'); break;			//도렛골농원
			case'2007_10': window.open("/ginabap/", '_blank'); break;			//지나밥골농원
			case'2007_11': window.open("/jeo/", '_blank'); break;				//제오농장
			case'2007_12': window.open("/chamsaem/", '_blank'); break;		//참샘골연꽃농원
			case'2007_13': window.open("/dongsu/", '_blank'); break;			//동서농원
			case'2007_14': window.open("/gumhwa/", '_blank'); break;		//금화농장
			case'2007_15': window.open("/daranggol/", '_blank'); break;		//다랑골농원
			case'2007_16': window.open("/deresa/", '_blank'); break;			//데레사사슴농장
			case'2007_17': window.open("/sarang/", '_blank'); break;			//사랑의농원
			case'2007_18': window.open("/yeongje/", '_blank'); break;			//영제농원
			case'2007_19': window.open("/seseon/", '_blank'); break;			//세선농장
			case'2007_20': window.open("/yamujin/", '_blank'); break;			//야무진사과농원
			case'2007_21': window.open("/jamae/", '_blank'); break;			//자매농원
			case'2007_22': window.open("/sincheondeung/", '_blank'); break;//천등산농원
			case'2007_23': window.open("/ilchon/", '_blank'); break;			//일촌농원
			case'2007_24': window.open("/ausu/", '_blank'); break;				//아우수농원
			case'2007_25': window.open("/haetbit/", '_blank'); break;			//햇빛농장
			case'2007_26': window.open("/yeonghwa/", '_blank'); break;		//영화농장
			case'2007_27': window.open("/myeongseong/", '_blank'); break;//명성농원
			case'2007_28': window.open("/seongjang/", '_blank'); break;		//성장농원
			case'2007_29': window.open("/duri/", '_blank'); break;				//두리농장
			case'2007_30': window.open("/chungju/", '_blank'); break;			//충주사과집
			case'2007_31': window.open("/eunbine/", '_blank'); break;			//은비네농장
			case'2007_32': window.open("/hoam/", '_blank'); break;				//호암농산
			case'2007_33': window.open("/chamchorok/", '_blank'); break;	//참초록달천강
		// 2007년도 농가

		// 2008년도 농가

			case'2008_1':	 window.open("http://www.andreafarm.co.kr", '안드레아농장',''); break;			//안드레아농장
			case'2008_2':	 window.open("http://www.bamgolfarm.co.kr", '밤골농원',''); break;					//밤골농원
			case'2008_3':	 window.open("http://www.beodeul.co.kr", '버들농장',''); break;						//버들농장
			case'2008_4':	 window.open("http://www.beolmi.co.kr", '벌미농원',''); break;						//벌미농원
			case'2008_5':	 window.open("http://www.goodcj.net", '초록팜',''); break;								//초록팜
			case'2008_6':	 window.open("http://www.chungjuhofarm.co.kr", '충주호농원',''); break;			//충주호농원
			case'2008_7':	 window.open("http://www.daerimfarm.co.kr", '하늘소농원',''); break;				//대림농원
			case'2008_8':	 window.open("http://www.haneulso.kr", '하늘소농원',''); break;						//하늘소농원
			case'2008_9':	 window.open("http://www.jayeonfarm.kr", '자연농원',''); break;						//자연농원
			case'2008_10':	 window.open("http://www.kyemyung.co.kr", '계명농원',''); break;					//계명농원
			case'2008_11':	 window.open("http://www.ongdalsaem.co.kr", '옹달샘농장',''); break;			//옹달샘농장
			case'2008_12':	 window.open("http://www.origol.kr", '오리골농원',''); break;							//오리골농원
			case'2008_13':	 window.open("http://www.pungsanfarm.co.kr", '풍산농원',''); break;				//풍산농원
			case'2008_14':	 window.open("http://www.sambujafarm.co.kr", '삼부자농원',''); break;			//삼부자농원
			case'2008_15':	 window.open("http://www.sd2007.co.kr", '산들에농장',''); break;					//산들에농장
			case'2008_16':	 window.open("http://www.san153.co.kr", '산과원',''); break;							//산과원
			case'2008_17':	 window.open("http://www.sasafarm.co.kr", '사사농원',''); break;					//사사농원
			case'2008_18':	 window.open("http://www.seokangfarm.co.kr", '서강농원',''); break;				//서강농원
			case'2008_19':	 window.open("http://www.seonilfarm.co.kr", '선일농원',''); break;					//선일농원
			case'2008_20':	 window.open("http://www.yeongdongfarm.kr", '영동버섯',''); break;				//영동버섯
			case'2008_21':	 window.open("http://www.daehyeonfarm.co.kr", '대현농장',''); break;			//대현농장
			case'2008_22':	 window.open("http://www.dongsanwon.kr", '동산원농원',''); break;				//동산원농원
			case'2008_23':	 window.open("http://www.haessal.kr", '햇살농원',''); break;							//햇살농원
			case'2008_24':	 window.open("http://www.jinsolfarm.co.kr", '진솔농원',''); break;					//진솔농원
			case'2008_25':	 window.open("http://www.jinyeongfarm.co.kr", '진영농원',''); break;				//진영농원
			case'2008_26':	 window.open("http://www.mujikae.kr", '무지개농원',''); break;					//무지개농원
			case'2008_27':	 window.open("http://www.munseong.kr", '문성농원',''); break;						//문성농원
			case'2008_28':	 window.open("http://www.neulpureun.kr", '늘푸른농원',''); break;					//늘푸른농원
			case'2008_29':	 window.open("http://www.oncheonfarm.co.kr", '온천복숭아농원',''); break;	 	//온천복숭아농원

		// 2008년도 농가
			

		// 해당이 없는 값 처리
			default :  alert("값이 잘못 됬습니다. \n다시 확인해 주세요.");
		}
	}

	function fnBkGoto_name(strBkList)
	{

		switch(strBkList)
		{
		// 빈 값 처리
			case '': ; break;

		// 2004년도 농가
			case'yang':		window.open("/yang/", '_blank'); break;						//양가네농장		
			case'bae':			window.open("/bae/", '_blank'); break;							//배연농장		
			case'tulbo':		window.open("/tulbo/", '_blank'); break;						//털보농장		
			case'clean':		window.open("/clean/", '_blank'); break;						//청정농원			
			case'bo':			window.open("/bo/", '_blank'); break;							//자양농원	
			case'chung':		window.open("/chung/", '_blank'); break;						//청하농원			
			case'gye':			window.open("/gye/", '_blank'); break;							//계명산농원		
			case'soe':			window.open("/soe/", '_blank'); break;							//쇠북농원		
			case'ks':			window.open("/ks/", '_blank'); break;							//옥성농장	
			case'cham':		window.open("/cham/", '_blank'); break;						//참나무정농장		
			case'san':			window.open("/san/", '_blank'); break;							//산뜰농장		
			case'jae':			window.open("/jae/", '_blank'); break;							//재경골농장		
			case'ful':			window.open("/ful/", '_blank'); break;							//풀무농장		
			case'miso':		window.open("/miso/", '_blank'); break;						//미소네농장		
			case'eutum':		window.open("/eutum/", '_blank'); break;						//으뜸농장			
			case'myeong':	window.open("/myeong/", '_blank'); break;					//명성농장			


			case'duksin':			window.open("/duksin/", '_blank'); break;						//덕신사과영농법인		
			case'yunrigi':			window.open("/yunrigi/", '_blank'); break;						//연리지유기농장		
			case'yongchun':	window.open("/yongchun/", '_blank'); break;				//용천유기영농조합			
			case'engol':			window.open("/engol/", '_blank'); break;						//은골농원	
			case'sanmaru':		window.open("/sanmaru/", '_blank'); break;					//산마루농원		
			case'gwangil':		window.open("/gwangil/", '_blank'); break;					//광일농장		
			case'riel':				window.open("/riel/", '_blank'); break;							//(주)리을농산
			case'jinyongsam':	window.open("/jinyongsam/", '_blank'); break;				//진용삼사슴			
			case'saesong':		window.open("/saesong/", '_blank'); break;					//충주새송이버섯농장		
			case'itergol':			window.open("/itergol/", '_blank'); break;						//이터골농원		
			case'sujin':			window.open("/sujin/", '_blank'); break;						//수진이네	
			case'pungyun':		window.open("/pungyun/", '_blank'); break;					//풍년농원			
			case'cpgugija':		window.open("/cpgugija/", '_blank'); break;					//청풍구기자사슴농장			
												
												
												
			case'DongSan':			window.open("/DongSan/", '_blank'); break;					//동산농원			
			case'JaeOGae':			window.open("/JaeOGae/", '_blank'); break;					//재오개농원			
			case'SaeTeo':			window.open("/SaeTeo/", '_blank'); break;					//새터농원		
			case'HwangKeum':	window.open("/HwangKeum/", '_blank'); break;			//황금노을게르마늄쌀
			case'Suil':					window.open("/Suil/", '_blank'); break;							//수일농장	
			case'HanKa':				window.open("/HanKa/", '_blank'); break;						//한가네갈골농장		
			case'HaNeul':			window.open("/HaNeul/", '_blank'); break;					//하늘타리야생화		
			case'DunDae':			window.open("/DunDae/", '_blank'); break;					//둔대고구마농장		
			case'NeulPum':			window.open("/NeulPum/", '_blank'); break;					//늘품농장			
			case'SaesTeo':			window.open("/SaesTeo/", '_blank'); break;					//샛터농장			
			case'DaRe':				window.open("/DaRe/", '_blank'); break;						//다래농장		
			case'RadApple':			window.open("/RedApple/", '_blank'); break;					//빨간사과밤한툴			
			case'SeungJu':			window.open("/SeungJu/", '_blank'); break;					//승주농장			
												
												
												
			case'Yosep':			window.open("/yosep/", '_blank'); break;						//요셉사과농원		
			case'Nadeuri':		window.open("/nadeuri/", '_blank'); break;					//사과나드리농원			
			case'Bobae':			window.open("/bobae/", '_blank'); break;						//보배농원		
			case'Choebuja':		window.open("/choebuja/", '_blank'); break;					//최부자농원			
			case'Eunhasu':		window.open("/eunhasu/", '_blank'); break;					//은하수농원			
			case'Hyangsan':	window.open("/hyangsan/", '_blank'); break;				//향산농장
			case'Saebom':		window.open("/saebom/", '_blank'); break;					//새봄농원			
			case'Tohyeon':		window.open("/tohyeon/", '_blank'); break;					//토현혜민농장			
			case'Doretgol':		window.open("/doretgol/", '_blank'); break;					//도렛골농원			
			case'Ginabap':		window.open("/ginabap/", '_blank'); break;					//지나밥골농원			
			case'Jeo':				window.open("/jeo/", '_blank'); break;							//제오농장		
			case'Chamsaem':	window.open("/chamsaem/", '_blank'); break;				//참샘골연꽃농원
			case'Dongsu':		window.open("/dongsu/", '_blank'); break;					//동서농원			
			case'Gumhwa':		window.open("/gumhwa/", '_blank'); break;					//금화농장
			case'Daranggol':	window.open("/daranggol/", '_blank'); break;				//다랑골농원
			case'Deresa':		window.open("/deresa/", '_blank'); break;					//데레사사슴농장			
			case'Sarang':		window.open("/sarang/", '_blank'); break;					//사랑의농원			
			case'Yeongje':		window.open("/yeongje/", '_blank'); break;					//영제농원			
			case'Seseon':		window.open("/seseon/", '_blank'); break;					//세선농장			
			case'Yamujin':		window.open("/yamujin/", '_blank'); break;					//야무진사과농원			
			case'Jamae':			window.open("/jamae/", '_blank'); break;						//자매농원			
			case'Sincheondeung':	window.open("/sincheondeung/", '_blank'); break;//천등산농원								
			case'Ilchon':			window.open("/ilchon/", '_blank'); break;						//일촌농원			
			case'Ausu':			window.open("/ausu/", '_blank'); break;						//아우수농원		
			case'Haetbit':			window.open("/haetbit/", '_blank'); break;						//햇빛농장			
			case'Yeonghwa':	window.open("/yeonghwa/", '_blank'); break;				//영화농장
			case'Myeongseong':	window.open("/myeongseong/", '_blank'); break;		//명성농원								
			case'Seongjang':	window.open("/seongjang/", '_blank'); break;				//성장농원
			case'Duri':				window.open("/duri/", '_blank'); break;							//두리농장		
			case'Chungju':		window.open("/chungju/", '_blank'); break;					//충주사과집			
			case'Eunbine':		window.open("/eunbine/", '_blank'); break;					//은비네농장			
			case'Hoam':			window.open("/hoam/", '_blank'); break;						//호암농산		
			case'Chamchorok':	window.open("/chamchorok/", '_blank'); break;								


			case'andrea':			window.open("http://www.andreafarm.co.kr", '안드레아농장',''); break;		//안드레아농장
			case'bamgol':		window.open("http://www.bamgolfarm.co.kr", '밤골농원',''); break;				//밤골농원
			case'beodeul':		window.open("http://www.beodeul.co.kr", '버들농장',''); break;					//버들농장
			case'beolmi':			window.open("http://www.beolmi.co.kr", '벌미농원',''); break;					//벌미농원
			case'chorokpam':	window.open("http://www.goodcj.net", '초록팜',''); break;							//초록팜
			case'chungjuho':	window.open("http://www.chungjuhofarm.co.kr", '충주호농원',''); break;		//충주호농원
			case'daerim':			window.open("http://www.daerimfarm.co.kr", '하늘소농원',''); break;			//대림농원
			case'haneulso':		window.open("http://www.haneulso.kr", '하늘소농원',''); break;					//하늘소농원
			case'jayeon':			window.open("http://www.jayeonfarm.kr", '자연농원',''); break;					//자연농원
			case'kyemyung':	window.open("http://www.kyemyung.co.kr", '계명농원',''); break;				//계명농원
			case'ongdalsaem':	window.open("http://www.ongdalsaem.co.kr", '옹달샘농장',''); break;			//옹달샘농장
			case'origol':			window.open("http://www.origol.kr", '오리골농원',''); break;						//오리골농원
			case'pungsan':		window.open("http://www.pungsanfarm.co.kr", '풍산농원',''); break;			//풍산농원
			case'sambuja':		window.open("http://www.sambujafarm.co.kr", '삼부자농원',''); break;		//삼부자농원
			case'san153':			window.open("http://www.sd2007.co.kr", '산들에농장',''); break;					//산들에농장
			case'sandeule':		window.open("http://www.san153.co.kr", '산과원',''); break;						//산과원
			case'sasa':			window.open("http://www.sasafarm.co.kr", '사사농원',''); break;				//사사농원
			case'seokang':		window.open("http://www.seokangfarm.co.kr", '서강농원',''); break;			//서강농원
			case'seonil':			window.open("http://www.seonilfarm.co.kr", '선일농원',''); break;				//선일농원
			case'yeongdong':	window.open("http://www.yeongdongfarm.kr", '영동버섯',''); break;			//영동버섯
			case'daehyeon':	window.open("http://www.daehyeonfarm.co.kr", '대현농장',''); break;			//대현농장
			case'dongsanwon':	window.open("http://www.dongsanwon.kr", '동산원농원',''); break;			//동산원농원
			case'haessal':		window.open("http://www.haessal.kr", '햇살농원',''); break;						//햇살농원
			case'jinsol':			window.open("http://www.jinsolfarm.co.kr", '진솔농원',''); break;				//진솔농원
			case'jinyeong':		window.open("http://www.jinyeongfarm.co.kr", '진영농원',''); break;			//진영농원
			case'mujikae':		window.open("http://www.mujikae.kr", '무지개농원',''); break;				//무지개농원
			case'munseong':	window.open("http://www.munseong.kr", '문성농원',''); break;					//문성농원
			case'neulpureun':	window.open("http://www.neulpureun.kr", '늘푸른농원',''); break;				//늘푸른농원
			case'oncheon':		window.open("http://www.oncheonfarm.co.kr", '온천복숭아농원',''); break;	//온천복숭아농원

		// 해당이 없는 값 처리
			default :  alert("값이 잘못 됬습니다. \n다시 확인해 주세요.");
		}
	}

//-->

