function pop_date(a,b,c) {
var winEditor = null;
    var _url = "/airticket/pop_dateFR.asp?AIR_SEQ="+a+"&day_seq="+b+"&start_day="+c;
    winEditor = window.open(_url , "winEditor",'width=720, height=600, menubar=0, resizable=1, status=0, scrollbars=1');
    winEditor.focus();
}

function pop_via(a,b,c,d) {
var winEditor2 = null;
    var _url = "/airticket/pop_viaFR.asp?air_seq="+a+"&day_seq="+b+"&time_seq="+c+"&air_fg="+d;
    winEditor2 = window.open(_url , "winEditor",'width=510, height=600, menubar=0, resizable=1, status=0, scrollbars=1');
    winEditor2.focus();
}

function Fnair_login(a,b,c){
url= "/airticket/indexFR.asp?ts=login&air_seq="+a+"&day_seq="+b+"&start_day="+c;	
    location.href=url;					
}

function fnairtk_reserve(a,b,c){
    url = "/airticket/indexFR.asp?ts=ticket_resv&nav=ticket&air_seq="+a+"&day_seq="+b+"&start_day="+c;	
location.href=url;					
}

function fnairtk_reserve2(a,b,c){ //Á¦ÈÞ»ç¿ë
	url = "/airticket/indexFR.asp?ts=ticket_resv_agt&nav=ticket&air_seq="+a+"&day_seq="+b+"&start_day="+c;	
	location.href=url;
}

function free(url,width,height,scroll) {
    newwin = window.open(url , "newwin",'width='+width+', height='+height+', menubar=0, resizable=1, status=0, scrollbars='+scroll+',left=0,top=0');
    newwin.focus();
}

