function checkFormLeftMenu(f)
{
	if(f.keyword.value == "")
	{
		alert("µµ¸ÞÀÎ¸íÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À");
		f.keyword.focus();
		return false;
	}

	if(f.keyword.value == "ÀÔ·Â ¿¹) yesnic.com")
	{
		alert("µµ¸ÞÀÎ¸íÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À");
		f.keyword.value = "";
		f.keyword.focus();
		return false;
	}
	
	viewDomainInfoLeftMenu(f.keyword.value);

	return false;
}

function viewDomainInfoLeftMenu(dname){
	//var url = "http://dom.whois.co.kr/multi_search/whois/?domain=" + dname ;
	var url = "http://yesnic.com/whois/?domain=" + dname ;
	window.open(url,"WHOISQUERY","width=550,height=700,menubar=no,directopopries=no,resizable=no,status=no,scrollbars=no");
}

document.writeln("<table width='180' border='0' cellpadding='0' cellspacing='0'>");
document.writeln("<tr>");
document.writeln("<td height='6'></td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td>");
document.writeln("<table width='180' border='0' cellpadding='0' cellspacing='0' class='box_whois'>");
document.writeln("<tr>");
document.writeln("<td style='padding:8px 0 4px 10px'><a href='http://yesnic.com/whois/search.php'><img src='/img/common/whois_search2.gif' alt='Whois Á¤º¸ °Ë»ö' ></a></td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td align='center'>");
document.writeln("<table width='166' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("<tr>");
document.writeln("<td height='2'></td>");
document.writeln("<td bgcolor='EBECEC'></td>");
document.writeln("<td></td>");
document.writeln("</tr>");
document.writeln("<tr bgcolor='EBECEC'>");
document.writeln("<td></td>");

document.writeln("<form name='leftWhoisForm1' method='post' action='' onsubmit='return checkFormLeftMenu(this);'>");
document.writeln("<td height='26' class='p5' align='center'>");
document.writeln("<input name='keyword' type='text' class='f_whois' style='width:110px;' value='ÀÔ·Â ¿¹) yesnic.com' onclick=\"if(this.value='ÀÔ·Â¿¹) yesnic.com') this.value='';\">");
document.writeln("<input type='image' src='/img/common/btn_s_search.gif' alt='°Ë»ö' width='30' height='20' align='absmiddle'></td>");
document.writeln("<td></td>");
document.writeln("</form>");

document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td height='2'></td>");
document.writeln("<td bgcolor='EBECEC'></td>");
document.writeln("<td></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td height='5'></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td height='8'></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("<table width='180' border='0' cellpadding='0' cellspacing='0'>");
document.writeln("<tr>");
document.writeln("<td>");
document.writeln("<a href='http://yesnic.com/customer/write_request.php'><img src='/img/common/ban_cs2.gif' alt='1:1 Ä£Àý»ó´ã' ></a>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td height='5'></td>");
document.writeln("</tr>");
document.writeln("</table>");
