
/*document.write("		<table height=54 cellpadding='0' cellspacing='0' border='0' width='100%'>")
document.write("			<tr><td width=125><img src='../cuts/LOGO.swf' width='293' height='74' border='0' alt=''></td>")
document.write("			<td height=74 width='100%'>")
document.write("				<table bgcolor=#bb0000 border=0 cellpadding='0' cellspacing='0' background='../webimages/TOP_LAY_1.gif' height=74  width='630' align=right>")
document.write("					<tr align=right><td width='60%'>&nbsp;</td><td><a href='javascript:void(0)' onclick=window.open('logindemo.asp','','width=780,height=580,toolbars=0,scrollbars=1')><img src='../webimages/LOGIN_DEMO_BTN_1.gif' width='81' height='15' border='0' alt=''></a></td>")
document.write("						<td> &nbsp; &nbsp; &nbsp; &nbsp; </td>")
document.write("						<td><a href='javascript:void(0)' onclick=window.open('loginlive.asp','','width=780,height=580,toolbars=0,scrollbars=1')><img src='../webimages/LOGIN_LIVE_BTN_2.gif' width='81' height='15' border='0' alt=''></a></td>")
document.write("						<td> &nbsp; &nbsp; &nbsp; &nbsp; </td></tr>")
document.write("				</table>")
document.write("			</td></tr>")
document.write("		</table>")*/



document.write("<table height=44 cellpadding='0' cellspacing='0' border='0' width='100%'>")
document.write("<tr><td>")
document.write("	<table width='760' height='100%' background='../webimages/BOT_LAY_1.gif' cellpadding='0' cellspacing='0' border='0'>")
document.write("		<tr align=center><td bgcolor=#fefced valign=top><img src='../webimages/copyright.gif' border=0><br><a href='#' onclick='javascript:window.open(\"../webpages/disclaimer.html\",\"\",\"width=515,height=400,scrollbars=1\")'><img src='../webimages/discliamer.gif' border=0></a><a href='#' onclick='javascript:window.open(\"../webpages/privacypolicy.html\",\"\",\"width=515,height=400,scrollbars=1\")'><img src='../webimages/disc_privacy.gif' border=0></a></td>")
document.write("			<td valign=bottom><img src='../webimages/bot_angle_cut.gif'></td><td width='100%'>&nbsp;</td>")
document.write("		</tr><tr height='100%'><td>&nbsp;</td></tr></table>")
document.write("</td></tr></table>")

var a,imgVal;
imgVal=0;

for (a=0;a<(document.images.length);a++)
   {
	if ((document.images[a].src).toLowerCase().lastIndexOf("image_5.jpg")>0) 
	    {
		 imgVal=a;
		}
    }		

if (document.images.length>0)
  {
	document.images[imgVal].name="ImgDownloadDemo";
	document.images[imgVal].title="Click Here to Demo Account Registration Page"
	document.images[imgVal].alt="Click Here to Demo Account Registration Page"
	
	document.images[imgVal].onclick=function()
		{
		location.replace("../webpages/demoregistration.html");
		}
	document.images[imgVal].onmouseover=function()
		{
		document.body.style.cursor = 'hand';
		}
	document.images[imgVal].onmouseout=function()
		{
		document.body.style.cursor = 'default';
		}		
   }		