function testf()
{

document.write('i am inside');

}




function header(curr) {

	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">  \
			<tr>\
			     <td width="82%" background="http://www.alokjain.com/images/leftline.gif">&nbsp;</td> \
			     <td><img border="0" src="http://www.alokjain.com/images/ajc.gif" width="139" height="37"></td>\
			     <td width="110" background="http://www.alokjain.com/images/rightline.gif">&nbsp;</td>   \
			</tr>   \
			<tr>     \
			     <td >&nbsp;</td>\
			     <td colspan="2">\
				<img border="0" src="http://www.alokjain.com/images/whatnext1.gif" hspace="0" align="right" width="112" height="19"></td>\
			</tr>\
		 </table>');

	document.write('<table border="0" cellpadding="2" cellspacing="0" width="100%" class="btnav" style="border-collapse: collapse" bordercolor="#111111">');
	document.write('<tr>');
	document.write('<td width="10">&nbsp;</td>');


	if(curr=="home")
		document.write('<td width="10%"><font color="#cc0000">home</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href=".">home</a></td>');
	
	document.write('<td >&nbsp;</td>');

	if(curr=="braindump")
		document.write('<td width="10%"><font color="#cc0000">braindump</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href="braindump/index.html">braindump</a></td>');

	document.write('<td >&nbsp;</td>');

	if(curr=="highway")
		document.write('<td width="10%"><font color="#cc0000">highway<br>graffiti</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href="highway">highway<br>graffiti</a></td>');

	document.write('<td >&nbsp;</td>');

	if(curr=="pictures")
		document.write('<td width="10%"><font color="#cc0000">pictures</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href="pics">pictures</a></td>');

	document.write('<td >&nbsp;</td>');

	if(curr=="extraa")
		document.write('<td width="10%"><font color="#cc0000">extraa!</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href="extraa">extraa!</a></td>');

	document.write('<td >&nbsp;</td>');

	if(curr=="contact")
		document.write('<td width="10%"><font color="#cc0000">contact</font></td>');
	else
        	document.write('<td width="10%" onmouseover="style.backgroundColor=\'cc0000\';" onmouseout="style.backgroundColor=\'4B525C\'" ><a class="sbnav" target="_top" href="contact">contact</a></td>');

	document.write('<td >&nbsp;</td>');

document.write('</tr>');
document.write('</table>');

}


function footer() {

document.write('<div align="right"><table>  \
			<tr>\
			     <td width="70%" background="http://www.alokjain.com/images/leftline.gif">&nbsp;</td> \
			     <td align="right" nowrap>Copyright 2005-06. Alok Jain</td>\
			     <td width="30%" background="http://www.alokjain.com/images/rightline.gif">&nbsp;</td>   \
			</tr>   \
		 </table></div>');

}
