// JavaScript Document
	
function fnTop()
{
	var str="";
	str+="<tr>";
	str+="<td valign='top' height='110' width='598'><a href='../index.html'><img src='images/logo.gif' width='145' height='93' border='0'><img src='images/logo_mcfw.gif' width='453' height='93' border='0'></a></td>";
	str+="<td width='182' align='right' valign='bottom' class='tdblue'><div style='padding-bottom:10px; padding-right:15px;'><img src='images/home_icon.gif' width='11' height='11' border='0'>&nbsp;<a href='../index.html' class='md'>Main Home</a><br><br><br><a href='mandatory/MECW_Mantatory.doc' class='md' target='blank'>Mandatory Disclosure</a></div> </td>";
	str+="</tr>";
	str+="<tr bgcolor='#FECF08'><td height='5' colspan='2'></td></tr>";
	//str+="<tr><td class='menu_bg' align='center' valign='middle' colspan='2'></td></tr>";
	document.write(str);
	}
	

function fnBottom()
	{
	var str="";
	str+="<tr bgcolor='#FFFFFF'><td colspan='8' height='2'></td></tr>";
	str+="<tr bgcolor='#000000'><td height='5' colspan='2'></td></tr>";
	str+="<tr bgcolor='#3E72AB'><td height='80' align='center' class='tdbottom' colspan='2'> &copy; 2007, Maharaja Institutions All Rights Reserved<br>Websolutions <a href='http://www.dezignwhizgroups.com' target='blank' class='dwg'>Dezign Whiz Groups</a></font></td></tr>";
	str+="<tr bgcolor='#3E72AB'><td height='2' colspan='2'></td></tr>";
	document.write(str);
	}