var g ="";

g+="<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=#FFFFFF>";
g+="	<tr><td colspan=3 height=1 bgcolor=#E5E5E5></td></tr>";
g+="	<tr><td colspan=3 height=14></td></tr>";
g+="	<tr valign=top>";
g+="		<td width=550 nowrap>";

g+="			<table border=0 cellspacing=0 cellpadding=0>";
g+="				<tr>";
g+="					<td rowspan=4 width=100 align=center><img src=/eng/img/common/footer_logo.gif width=64 height=23></td>";
g+="					<td rowspan=4 width=16><img src=/eng/img/common/line_footer.gif width=1 height=43></td>";
g+="					<td height=6></td>";
g+="				</tr>";
g+="				<tr>";
g+="					<td>";
g+="					<img src=/eng/img/common/footer_copyright.gif width=273 height=10>&nbsp;&nbsp;";
g+="					<a href='mailto:horse.sec@samsung.com' onFocus='this.blur();'><img src=/eng/img/common/footer_mail.gif width=93 height=10></a>";
g+="					</td>";
g+="				</tr>";
g+="				<tr>";
g+="					<td height=15>";
g+="						<a href='Javascript:Go_Util_Privacy();' onFocus='this.blur()'><img src=/eng/img/common/footer_menu_privacy.gif width=32 height=11 align=absmiddle></a>";
g+="						<img src=/eng/img/common/bar_footer_menu.gif width=1 height=11 align=absmiddle>";
g+="						<a href='Javascript:Go_Util_Legal();' onFocus='this.blur()'><img src=/eng/img/common/footer_menu_legal.gif width=23 height=11 align=absmiddle></a>";
g+="					</td>";
g+="				</tr>";
g+="				<tr><td height=6></td></tr>";
g+="			</table>";

g+="		</td>";
g+="		<td width=250 nowrap align=right>";
g+="			<img src=/eng/img/common/tit_family_site.gif width=66 height=11 align=absmiddle>";
g+="			<select name='FamilySite' onchange='WinGo02(this.value);'>";
g+="				<option>&nbsp;:::: S E L E C T ::::</option>";
g+="				<option value='http://www.samsung.com'>Samsung Group</option>";
g+="				<option value='http://www.samsungsuperleague.com'>Samsung Super League</option>";
g+="				<option value='http://mydog.samsung.com'>Mydog & Samsung</option>";
g+="				<option value='http://www.horsesport.org'>FEI</option>";
g+="			</select>";
g+="		</td>";
g+="		<td width=100%>&nbsp;</td>";
g+="	</tr>";
g+="	<tr><td colspan=3 height=15></td></tr>";
g+="</table>";

document.write(g);

function WinGo02(val){	
	if(val != "")
		window.open(val, '_window','');
}