/******************************************************************************
* ÆÄ ÀÏ ¸í: index.js
* ÀÛ¾÷³»¿ë: ¸ÞÀÎ ½ºÅ©¸³Æ®ÇÔ¼ö
 ******************************************************************************/

//-----------------------------------------------------------------------------
// Á¶È¸¹öÆ° ±â´É
//-----------------------------------------------------------------------------
function f_Find1() 
{
	var form		= document.PUBLIC_FORM1;
	//var find_kbn	= form.SEARCH.options[form.SEARCH.selectedIndex].value;

   // if (find_kbn == "shop114") {
	//	document.PUBLIC_FORM1.action = "/shop/upso_list.php";
	//}
//	else if (find_kbn == "jul") {
		document.PUBLIC_FORM1.action = "/adline/line_list.php";
//	}
/*  else if (find_kbn == "local") {
		document.PUBLIC_FORM1.action = "/board/board_disp.php?BOARD_CODE=T_BD_LOCAL";
	}
    else if (find_kbn == "channel") {
		document.PUBLIC_FORM1.action = "/channel/homepage_list.php";
	}
	else if (find_kbn == "job") {
		document.PUBLIC_FORM1.action = "/adline/Showad.php";
	}
	*/
	PUBLIC_FORM1.submit();
}

function f_Action() 
{
	var form		= document.PUBLIC_FORM1;
	var find_kbn	= form.SEARCH.options[form.SEARCH.selectedIndex].value;
}

//-----------------------------------------------------------------------------
// µ¿¿µ»óº¸±â
//-----------------------------------------------------------------------------
function f_view(no) 
{
    var rtn_cd        = true;
    var window_width  = 722;
    var window_height = 570;
    var window_left   = (screen.width-window_width)/2;
    var window_top    = (screen.height-window_height)/2;

    if (no == '1')
    {
		window.open('movie/mo1.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
    }
	else if (no == '2') {
		window.open('movie/mo2.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '11') {
		window.open('movie/food1.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '12') {
		window.open('movie/food2.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '13') {
		window.open('movie/food3.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '14') {
		window.open('movie/food4.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '15') {
		window.open('movie/counsel1.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}
	else if (no == '16') {
		window.open('movie/food6.html',
                '',
                'width='+window_width+',height='+window_height+',scrollbars=no,toolbar=no,status=no,location=no,top='+window_top+',left='+window_left);
    return rtn_cd;
	}

}
