Q=["\n<h3><a href='","' id='h","' onmouseover='V(",",0)' onclick='V(",",1)' class='tab_asleep' title=''>","</a></h3>&nbsp;<br>"]
//the nbsp gets IE Mac to agree with other browsers on right spacing

function nav_n_format(){
//write the site title and site nav into page; float page to centre of screen

d.write(
"\n<div class='centred-page-aligned-left'>"+
"\n<div class='nav_container'><a name='top' id='top_id'>&nbsp;</a><div class='titl'><h1 class='nancy'>Nancy Maria Jos&eacute;e's<br></h1><h1 class='sm' id='ww'>world wide web presence</h1>"+
"<br><h1>spirit-of-light</h1><h1 class='sm' id='co'><br>.co.uk</h1></div>"+
"\n\n<div class='links'>"
)
searchstring=String(window.location)
ref="http://wavesculptor.com/spirit-of-light/"
online=searchstring.search("http://")
if(online==-1){ref=""}
			


//link url - text pairs
LA=[[ref+"index.html","Home"
],[ref+"raw_in.htm#dn1","Raw Living"
],[ref+"silver_jewel.htm#dn1","Silver"
],[ref+"songs_vida_verde.htm#dn1","Songs"
],["http://wavesculptor.com/cgi-bin/spirit-of-light/tmail.pl?section=nancy_script_nav_menu","Contact"
],[ref+"wavesculptor.htm","web by wavesculptor"
]]

for(q=0;q<LA.length;q++){
	if(q==5)Q[0]="\n<h3 class='wv'><a href='"
	d.write(Q[0]+LA[q][0]+Q[1]+q+Q[2]+q+Q[3]+q+Q[4]+LA[q][1]+Q[5])
}
d.write("\n</div></div><!-- end of write from navbar() in nav_format.js -->")
d.close()
d.body.className='centre-float'
}

function end_format(){document.write("\n</div><!-- class='centred-page-aligned-left' -->")
	document.close()
}