
/*
var langName;
function getCookie()
	{
	var dc = document.cookie;
	var prefix = "sellang=";
	var begin = dc.indexOf(prefix);
	if (begin == -1)
		{
		begin = dc.indexOf(prefix);
		if (begin != 0) return null;
		}

	var end = document.cookie.indexOf("&", begin);
	if (end == -1)
		{
		end = dc.length;
		}
	return unescape(dc.substring(begin + prefix.length, end));
	}
	
	
var cookName 
//cookName=getCookie();
//if (cookName==null || cookName=="")
	//{
	//cookName="English";
	//}
//if (cookName!="" || cookName.length>0)
	//{
	//langName=cookName
	//}

langName="English"; */



document.write("	<table height=74 cellpadding='0' cellspacing='0' border='0' width='100%'>")
document.write("		<tr><td width=293>")
document.write("<img src='webimages/logo_header.gif' width='293' height='71'>")			
document.write("		</td>")
document.write("			<td height=74 width='100%' align=right>")
document.write("				<table border=0 cellpadding='0' cellspacing='0' background='webimages/TOP_LAY_1.gif' height=74 align=right>")
document.write("					<tr><td colspan='100%' align=right valign=top>")
document.write("						<table cellspacing=0 cellpadding=0 border=0><tr><td colspan='50%'align=right><img src='webimages/top_angle_cut.gif' border=0></td><td align=right bgcolor='#fefced'><font style='font-size:8pt;font-face:Arial,Verdana;' color='#bb0000'> <b> &nbsp; &nbsp; Selected Language Site ")

document.write("<font style='font-size:8pt;font-face:Arial,Verdana;' color=#40241B>")				
document.write(" English ")

document.write("</font></b>&nbsp;[ <a href='webpages/selectlanguage.asp'>change</a>] &nbsp; &nbsp; </td></tr></table>")
document.write("					</td>")
document.write("					</tr>")
document.write("					<tr align=right><td width='60%'>&nbsp;</td><td><img src='blank.gif' width='81' height='1' border='0' alt=''></td>")
document.write("						<td> &nbsp; &nbsp; &nbsp; &nbsp; </td>")
document.write("						<td align=right> <a href='javascript:void(0)' onclick=window.open('http://online.reymount.com/newrey/tradingterminal/admin/reymountloginlive.asp','','width=780,height=580,toolbars=0,scrollbars=1,resizable=yes')><img src='webimages/LOGIN_LIVE_BTN_2.gif' width='81' height='15' border='0' alt=''></a>&nbsp;</td></tr>")
document.write("				</table>")
document.write("			</td></tr>")
document.write("		</table>")

