function comming()
{
	alert("This feature is under development. Stay tuned!");
}

function reader()
{
	document.write(
    '<br>'+
		'<table width="80%">'+
			'<tr>'+
			  '<td colspan="3">'+
					'<div align="center"><img src="../images/whoa.gif" width="50" height="50"></div>'+
				'</td>'+
			'</tr>'+
			'<tr>'+
				'<td valign="bottom"><a href="http://www.adobe.com/prodindex/acrobat/readstep.html" target="_blank"><img src="../images/getacro.bmp"></a></td>'+
				'<td width="10px">&nbsp;</td>'+
				'<td>'+
					'<b>Documents  are provided as a PDF. If you cannot view these files, download '+
					'<a href="http://www.adobe.com/prodindex/acrobat/readstep.html" target="_blank">Adobe Acrobat Reader</a>.'+
					'&nbsp;Adobe Acrobat Reader is free.</b>'+
				'</td>'+
			'</tr>'+
		'</table>'+
		'<br>');
}
