function doFillTexture() {
	document.write('<BODY BGCOLOR=#1A479A LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>');
}
function doFillTop() {
	document.write('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR="BGCOLOR="#1A479A">');
	document.write('<TR>');
	document.write('<TD WIDTH=3% HEIGHT=105 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('<TD WIDTH=94% HEIGHT=105 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>');
	document.write('<TR>');
	document.write('<TD WIDTH=5% HEIGHT=105 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('</TD>');
	document.write('<TD WIDTH=45% HEIGHT=105 ALIGN="left" VALIGN="center" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Top_Logo_1.gif" BORDER=0 ALT="">');
	document.write('</TD>');
	document.write('<TD WIDTH=45% HEIGHT=105 ALIGN="right" VALIGN="top" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Top_Logo_2.gif" BORDER=0 ALT=""></TD>');
	document.write('</TD>');	
	document.write('<TD WIDTH=5% HEIGHT=105 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('</TD>');	
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</TD>');
	document.write('<TD WIDTH=3% HEIGHT=105 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>');
	document.write('<TR>');
	document.write('<TD WIDTH=3% HEIGHT=25 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('<TD WIDTH=94% HEIGHT=25 ALIGN="center" VALIGN="middle">');
		doFillTopLink();
	document.write('</TD>');
	document.write('<TD WIDTH=3% HEIGHT=25 ALIGN="left" VALIGN="top" BGCOLOR="#000000">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT="">');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>');
	document.write('<TR>');
	document.write('<TD WIDTH=3% HEIGHT=5 ALIGN="left" VALIGN="top" BGCOLOR="#173C83">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('<TD WIDTH=94% HEIGHT=5 ALIGN="left" VALIGN="top" BGCOLOR="#173C83">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('<TD WIDTH=3% HEIGHT=5 ALIGN="left" VALIGN="top" BGCOLOR="#173C83">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT=""></TD>');
	document.write('</TR>');
	document.write('</TABLE>');
}
function doSwapImage(imgName) {
	imgName.imgRolln=imgName.src;
	imgName.src=imgName.lowsrc?imgName.lowsrc:imgName.getAttribute?imgName.getAttribute('lowsrc'):imgName.src;
}
function doResetImage(imgName) {
	imgName.src=imgName.imgRolln;
}

function doFillTopLink() {
	document.write('<TABLE WIDTH=100% HEIGHT=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000>');
	document.write('<TR>');
	document.write('<TD ALIGN="center">');
	document.write('<EMBED SRC="Swf/Top_Link.swf" QUALITY="high" WMODE="transparent" MENU="false" WIDTH="940" HEIGHT="25" NAME="TopLink" ID="TopLink" ALIGN="middle" ALLOWSCRIPTACCESS="sameDomain" TYPE="application/x-shockwave-flash" PLUGINPAGE="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</TR>');
	document.write('</TD>');
	document.write('</TABLE>');
}

function doFillCopyRight() {
	/*document.write('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR="#1A479A">');
	document.write('<TR>');
	doFillLeftBg();
	document.write('<TD WIDTH=94% ALIGN="center" VALIGN="middle" BGCOLOR="#1A479A" CLASS="copyRight">');
	document.write('© 2008 Legal League 100, Inc. Copyrights and Legal Disclaimer');
	document.write('</TD>');
	doFillRightBg();
	document.write('</TR>');
	document.write('</TABLE>');*/
}

function doFillLeftBg() {
	document.write('<TD WIDTH=3% ALIGN="left" VALIGN="top" BGCOLOR="#1A479A">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT="">');
	document.write('</TD>');
}

function doFillRightBg() {
	document.write('<TD WIDTH=3% ALIGN="left" VALIGN="top" BGCOLOR="#1A479A">');
	document.write('<IMG SRC="Images/Dummy.gif" BORDER=0 WIDTH=1 HEIGHT=1 ALT="">');
	document.write('</TD>');
}
