document.writeln("<table width='897' border='0' cellpadding='0' cellspacing='0' >");
document.writeln("  <tr> ");
document.writeln("    <td width='645' valign='bottom'><img src='/images/footer.gif' width='552' height='56'></td>");
document.writeln("    <td width='126'><table border='0' cellspacing='0' cellpadding='0'>");
document.writeln("    <tr>");
document.writeln("		<td height='32'><select name='select3' onChange=goFamilySite(this); style='background-color:#ffffff;'>");
document.writeln("			<option value=  ''>Family Site</option>");
document.writeln("			<option value = 'http://www.gybc.co.kr/'>¼¼¹æÀüÁö</option>");
document.writeln("			<option value = 'http://www.global-ind.co.kr/'>¼¼¹æ»ê¾÷</option>");
document.writeln("			<option value = 'http://www.sebanghitech.com/'>¼¼¹æÇÏÀÌÅ×Å©</option>");
document.writeln("			<option value = 'http://www.iglobalcity.com/'>°Ç¼³»ç¾÷º»ºÎ</option>");
document.writeln("			<option value = 'http://www.sebangexpress.com/'>¼¼¹æÀÍ½ºÇÁ·¹½º</option>");
document.writeln("			<option value = 'http://www.oas.co.kr/'>ÇØ¿ÜÇ×°øÈ­¹°</option>");
document.writeln("			<option value = 'http://www.esun.or.kr/'>¼¼¹æÀÌÀÇ¼øÀç´Ü</option>");
document.writeln("		</select></td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td height='25' align='right'><img src='/images/btn_info.gif' width='80' height='15' border='0' align='absmiddle' style='cursor:pointer' onClick='MM_openBrWindow(\"/person_info.html\", \"\", \"scrollbars=yes,width=467,height=550\")'></td>");
document.writeln("		</tr>");
document.writeln("		 </table></td>");
document.writeln("		 <td width='148' align='right' valign='top'><img src='/images/mark.gif' width='124' height='61' border='0' usemap='#MapMap'></td>");
document.writeln("		 </tr>");
document.writeln("</table>");
document.writeln("<map name='MapMap'>");
document.writeln("	<area shape='rect' coords='58,3,111,62' onFocus='blur();' href='#' onClick='cert_status(\"007edd6bab393ea7e45432b4e5bf68\")'>");
document.writeln("</map>");

function goFamilySite(obj)
{
	var selectedIndex = obj.selectedIndex;
	if(selectedIndex == -1){
		return;
	}else{
		window.open(obj.value,'','');
	}
	return;
}

function MM_openBrWindow(theURL, winName, features) { //v2.0
	window.open(theURL, winName, features);
}

function cert_status(code) {
	var urlname = "http://new.sstrust.net/cgi-bin/cert-seal4?code=" + code;
	window.open(urlname, "cert_status", "height=600,width=550, menubar=no,directories=no,resizable=no,status=no,scrollbars=yes");

	return;
}

