﻿function builditandtheywillcome(suitelink,contactlink,emaillink)
{
	document.write('<div style="border:3px solid #ccc;width:550px;margin:0 auto;padding-bottom:5px;">');
	document.write('	<div style="text-align:center;color:#fff;font-weight:bold;padding:2px;" class="niblue">소프트웨어 패키지를 구성하십시오</div>');
	document.write('	<div style="width:200px;margin:0 auto;">');
	document.write('	<strong>1. 제품 알아보기 및 패키지 구성<br>');
	document.write('	2. 가격 정보 확인 및 견적<br>');
	document.write('	3. 카트에 추가</strong>');
	document.write('	</div>');
	document.write('	<table border="0" cellpadding="0" cellspacing="0" width="99%">');
	document.write('		<tr>');
	document.write('			<td width="245"><a href="' + suitelink + '"><img src="/images/suite/ko/advisor_image.gif" width="270" height="46" border="0"></a></td>');
	document.write('			<td width="30"><h3><em>또는</em></h3></td>');
	document.write('			<td style="background:url(http://www.ni.com/images/advisor/us/gray_globe.gif) no-repeat center left;padding-left:45px;">');
	document.write('			<span class="arrow">&raquo;</span> <a href="javascript:specialopenCallMeWindow(window.location.href, \'US\')"><strong>전화 상담 요청</strong></a> <span class="fineprint">[<a href="javascript:popUp(\'http://www.ni.com/popup/callme/us/frameset/\')">자세히</a>]<br>');
	document.write('			<span class="arrow">&raquo;</span> <a href="' + contactlink + '">NI 연락처</a><br>');
	document.write('			<span class="arrow">&raquo;</span> <a href="' + emaillink + '">이메일 문의</a>');
	document.write('			</td>');
	document.write('		</tr>');
	document.write('	</table>');
	document.write('</div>');
}

function specialopenCallMeWindow(p_url, lang)
{
	var NewWindow = window.open("https://sine.ni.com/apps/utf8/nicc.call_me?p_action=call&p_form_id=CALLME&p_lang_id=" + lang + "&p_url=" + p_url , "awindow", "width=575,height=500,resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,top="+(screen.height-500)/2+",left="+(screen.width-575)/2);
}

