function fndefault()
{
introfema.innerHTML=
		"<DIV id=introfema1 name=intro1 width=388 class=c13 style='width: 388; height: 20'>" +
		"<table border=3 bordercolor='#ECECFF'> "+
 "<tr width='388'><td width='388'> "+
"<TABLE border='0' cellpadding='2' cellspacing='2' width='388' > " +
 	       "<TR> " +
               " <TD width='388' align='left' valign='top' background='images/middle.gif'> " +
                "  <P class='c9'> " +
                 "   <BR> " +
                  "  <br> " +
                   " <br> " +
                    "<br> " +
                    "<br> " +
                   " <br> " +
                   " <br> " +
		   
		" <font color='#0000FF'><b> " +
                   " &quot;<font size='3'> <i>vande&nbsp; mataram</i>  &quot;</font></b> " +
                 	"	<br>                  " +
                 "   &nbsp;&nbsp;<br> " +
                 "   saluting the Indian spirit , we present &quot;femaonline.com&quot; " +
                 "   - a dedicated website&nbsp; updating the law of FEMA " +
                 "   literally everyday - displaying&nbsp; fema as on date " +
                 " </P> " +
                 " </font> " +
               " </TD> " +
              "</TR> " +
" </table>       "+
"</td></tr>    "+
" </table>       "+
"</div>" ;
}


function scrollIn()
	{
		window.status=Message.substring(0, place);
		if (place <= Message.length)
		{
			
			place++;
			window.setTimeout("scrollIn()",50); 
	   } 
	}
