/* °Ë»öÆäÀÌÁö °Ë»ö½ÇÇà */ function goSearch() { var form = document.sForm; if(form.query.value == null || form.query.value == ''){ alert('°Ë»öÇÏ½Ç ´Ü¾î¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ.'); return; } document.location.href = form.action+'?query='+form.query.value; } function setProposalSearch(display_str, query_str, target_url){ var form = document.hSearchForm; form.query.value = display_str; form.proposal_query.value = query_str; form.target_url.value = target_url; } /* Çì´õ°Ë»öâ Ŭ¸¯½Ã µðÆúÆ® Ãßõ¾î »èÁ¦*/ function clearSearchBox() { var form = document.hSearchForm; if(form.proposal_query.value != ''){ form.query.value = ''; form.proposal_query.value = ''; form.action = "/search/search_all.jsp"; form.target_url.value = ''; } } /* Çì´õ(ǪÅÍ)°Ë»ö ½ÇÇà */ function goHeaderSearch(joinSite) { var form = document.hSearchForm; if(joinSite != 'CYK'){ form.action = '/search/search_all.jsp'; }else{ form.action = 'http://www.insvalley.com/search/search_all.jsp'; } if(form.query.value == null || form.query.value == ''){ alert('°Ë»öÇÏ½Ç ´Ü¾î¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ.'); return; } if(joinSite == 'FIV'){ if(form.proposal_query.value != ''){ if(form.target_url.value != ''){ document.location.href = form.target_url.value; }else{ document.location.href = form.action+'?query='+form.proposal_query.value+'&keyword_type=P'; } }else if(form.query.value != ''){ document.location.href = form.action+'?query='+form.query.value; } }else{ if(joinSite == 'CYK'){ if(form.proposal_query.value != ''){ window.open('http://www.insvalley.com/dmz_fiv.jsp?ac=CYK_S&h_targetPage=/search/search_all.jsp||query='+form.proposal_query.value+'||keyword_type=P', 'nwindow', 'width=800,height=600,marginWidth=0,marginHeight=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); }else if(form.query.value != ''){ window.open('http://www.insvalley.com/dmz_fiv.jsp?ac=CYK_S&h_targetPage=/search/search_all.jsp||query='+form.query.value, 'nwindow', 'width=800,height=600,marginWidth=0,marginHeight=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); } }else{ if(form.proposal_query.value != ''){ document.location.href = '/search/search_all.jsp?query='+form.proposal_query.value+'&keyword_type=P'; }else if(form.query.value != ''){ document.location.href = '/search/search_all.jsp?query='+form.query.value; } } } } /* Çì´õ°Ë»ö ½ÇÇà(Àνº¹ë¸®º¸ÇèÆÇ¸Å(ÄÚ¸¶½º) : Çì´õºÎºÐÀÇ °Ë»öâ) : */ function goHeaderSearch2(joinSite) { var form = document.hSearchForm_header; if(joinSite != 'CYK'){ form.action = '/search/search_all.jsp'; }else{ form.action = 'http://www.insvalley.com/search/search_all.jsp'; } if(form.query.value == null || form.query.value == ''){ alert('°Ë»öÇÏ½Ç ´Ü¾î¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ.'); return; } if(joinSite == 'FIV'){ if(form.proposal_query.value != ''){ if(form.target_url.value != ''){ document.location.href = form.target_url.value; }else{ document.location.href = form.action+'?query='+form.proposal_query.value+'&keyword_type=P'; } }else if(form.query.value != ''){ document.location.href = form.action+'?query='+form.query.value; } }else{ if(joinSite == 'CYK'){ if(form.proposal_query.value != ''){ window.open('http://www.insvalley.com/dmz_fiv.jsp?ac=CYK_S&h_targetPage=/search/search_all.jsp||query='+form.proposal_query.value+'||keyword_type=P', 'nwindow', 'width=800,height=600,marginWidth=0,marginHeight=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); }else if(form.query.value != ''){ window.open('http://www.insvalley.com/dmz_fiv.jsp?ac=CYK_S&h_targetPage=/search/search_all.jsp||query='+form.query.value, 'nwindow', 'width=800,height=600,marginWidth=0,marginHeight=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); } }else{ if(form.proposal_query.value != ''){ document.location.href = '/search/search_all.jsp?query='+form.proposal_query.value+'&keyword_type=P'; }else if(form.query.value != ''){ document.location.href = '/search/search_all.jsp?query='+form.query.value; } } } } /* dz¼±µµ¿ò¸» */ function viewHelp(text,align){ var barron = document.all['showText']; if(document.all('writeText') != null && document.all('writeText') != undefined && text != ''){ if( barron.style.visibility == "hidden"){ document.all('writeText').innerHTML = text; barron.style.pixelLeft = event.clientX + document.body.scrollLeft-150; barron.style.pixelTop = event.clientY + document.body.scrollTop +10; barron.style.visibility = "visible"; }else{ barron.style.visibility = "hidden"; } }else{ barron.style.visibility = "hidden"; } } /* ¼ºêÆäÀÌÁö °Ë»öâ Ãâ·Â ½ÇÇà */ function displaySubSearch(){ document.write('