if (parent.frames.length == 0)
{
	document.write('<br>');
	document.write('<Table width="100%" cellspacing="0" cellpadding="0">');
	document.write('<tr align="center">');
	document.write('<td width="10">&nbsp;</td>');
	document.write('<td><a href="index.html" target="_top">Home</a></td>');
	document.write('<td><a href="articles.html">Articles</a></td>');
	document.write('<td><a href="tracts.html">Tracts/Songs</a></td>');
	document.write('<td><a href="links.html">Churches</a></td>');
	document.write('<td><a href="resources.html">Resources</a></td>');
	document.write('<td width="10">&nbsp;</td>');
	document.write('</tr>');
	document.write('</Table>');
	document.write('<br>');
};

  function NewWin(Book,Chap,Vrs)
  {
//    var newURL='http://www.all-of-grace.net/Bible/B' + Book + 'C' + Chap + '.htm#v' + Vrs;
	var newURL = 'http://www.htmlbible.com/kjv30/B' + Book + 'C' + Chap + '.htm#N' + Vrs;
	bAlertWin='y';
	mywindow=open('','alertWin','resizable=yes,width=640,height=600,left=10,top=5,scrollbars');
	mywindow.location.href=newURL;
	mywindow.focus();
  };
