var HTML;
//	***************Top blue lines and top links - Start************************
HTML = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"743\">\n";
HTML += "<tr >\n";
HTML += "	<td height=4 bgcolor=\"#9ab7e3\"><img src=\"/image/nada.gif\" width=1 height=4></td>\n";
HTML += "</tr>\n";
HTML += "<tr>\n";
HTML += "	<td height=2 bgcolor=\"#ffffff\"><img src=\"/image/nada.gif\" width=1 height=2></td>\n";
HTML += "</tr>\n";
HTML += "<tr>\n";
HTML += "	<td height=1 bgcolor=\"#798ab6\"><img src=\"/image/nada.gif\" width=1 height=1></td>\n";
HTML += "</tr>\n";
HTML += "<tr>\n";
HTML += "	<td>\n";
HTML += "	<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"743\">\n";
HTML += "	<tr>\n";
HTML += "	<td width=739 align=right>\n";
HTML += "		<a HREF=\"/home.html\"><img src=\"/image/tlink_home-on.gif\" border=0></a><img src=\"/image/bar_vertical.gif\"><a HREF=\"/contactus/contact.html\"><img src=\"/image/tlink_contact.gif\" border=0></a><img src=\"/image/bar_vertical.gif\"><a HREF=\"/sitemap.html\"><img src=\"/image/tlink_sitemap.gif\" border=0></a>\n";
HTML += "	</td>\n";
HTML += "	</tr>\n";
HTML += "	</table>\n";
HTML += "	</td>\n";
HTML += "</tr>\n";
HTML += "</table>\n";
//	***********************Top blue lines and top links - End****************************
//	**************************Top master header  tggf   image and top nav & reports & asx  tggf images - Start********
HTML += "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"743\">\n";
HTML += "<tr>\n";
HTML +=  "	<td align=left background=\"/image/bngfinal.jpg\"><img src=\"/image/Tggfmast1.jpg\"  usemap=\"#logo\" border=0 width=743></td>\n";
HTML += "</tr>\n";
HTML +="<tr>\n";
HTML += "	<td align=left background=\"/image/bngfinal.jpg\" ><img src=\"/image/yellowBar.gif\"  border=0 width=\"743\"></td>\n";
HTML +="</tr>\n";
HTML += "<tr>\n";
HTML += "	<td align=left  background=\"/image/bg.gif\"><img src=\"/image/sep1.gif\" ><a href=\"tggfjsp/navper/tggf_per.jsp\"><img src=\"/image/NavP.gif\" border=0 width=240></a><img src=\"/image/sep1.gif\" ><a HREF=\"/tggfjsp/reports/reports.jsp\"><img src=\"/image/FRep.gif\" border=0 width=228></a><img src=\"/image/sep1.gif\"><a HREF=\"/tggfjsp/asx/corp.jsp\"><img src=\"/image/CorpG.gif\" border=0 width=215></a><img src=\"/image/sep1.gif\" ></td>\n";
HTML += "</tr>\n";
HTML += "</table>\n";
//	**************************Top master header  tggf   image and top nav & reports & asx  tggf images - End******
//**************** Mapping Info -Start***********************
HTML += "<MAP NAME=\"logo\"><AREA SHAPE=\"rect\" ALT=\"Home Page\" COORDS=\"15,60,360,80\"HREF=\"/home.html\"></map>\n";
 
//**************** Mapping Info -End***********************
document.open();
document.write(HTML);
document.close();
