
var menuBarHTML1 =

//'<table border="0" cellpadding="0" cellspacing="0" align="center">'+
	'<tr>'+
	  '<td colspan="12" height="7">'+
		'<img src="images/dn.jpg" width="790" height="2" alt=""></td>'+
    '</tr>'+

		'<tr>'+
	  		'<td height="20" colspan="12"  width="790">'+
				'<table  cellpadding="0" cellspacing="0" border="0">'+
					'<td width="280" height="25" style="background: url(Menu/bg_20.gif)"  style="color:#000000; font-size:11;weight:bolder;" align="center"><a  style="color:#000000; font-size:11;weight:bolder;" href="http://www.cda.gov.pk" target="_blank">CDA Islamabad </a></td><td width="690" height="25" style="background: url(Menu/bg_20.gif)"  style="color:#000000; font-size:11;weight:bolder;" align="center">Copyright &copy; Multi Professional Cooperative Housing Society'+
					'</td>'+
					'<td width="280" height="25" style="background: url(Menu/bg_20.gif)"  style="color:#000000; font-size:11;weight:bolder;" align="center" valign="top">You are Visitor # <a href="http://www.digits.com" target="_blank">'+
					'<img color="red" src="http://counter.digits.com/?counter={3de1c7e3-c9da-2704-a5c7-892f1b48ba69}&template=simple" alt="Hit Counter by Digits" border="0"/>'+
					'</a></span></td>'+
    					'</tr>'+
				'</table></td>'+
		'</tr>';


document.write(menuBarHTML1);

