function sendHomeInquiry(inquiry)
{
    var URL = "http://www.ec21.com/global/basic/SendInquiry.jsp?inq_data=" + inquiry;
    open_win ( URL, 300, 400 );
}

function addFavorite()
{
    document.fForm.url.value = location.href;
    window.open("about:blank", "small", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=500,top=100,left=200");
    document.fForm.action = "/add_to_favorites.jsp";
    document.fForm.submit();
}

function printCompany()
{
    window.open("print_company_info.jsp", "small",  "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=500,top=0,left=0");
}

function recommend()
{
    window.open("about:blank", "small", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=500,top=100,left=200");
    document.fForm.action = "/recommend.jsp";
    document.fForm.submit();
}

function showMoreInfo(trade_no)
{
    window.open('http://global.kotis.net/company/member11d@catalog.jsp?cond_co_cd='+trade_no, 'detailWin', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=1, width=790, height=322, top=100, left=100');
    return;
}

function alertMessage(){
    alert("Please, sign in first.");
    return;
}

function goACP(vCo_member_id)
{
    var URL = "http://www.ec21.com/global/acp/SelectReport.jsp?co_member_id=" + vCo_member_id;
    window.open( URL, 'acpWin', 'toolbar=1, location=1, directories=1, status=1, menubar=1, scrollbars=1, resizable=1, width=710, height=790, top=100, left=100');
}