<!--
	gray='E5E5E5';
	blue='0000FF';
	cyan='00FFFF';
	pastelblue='9999FF';
	bananayellow='CCCC33';
	iceblue='99FFFF';
	electricblue='6666FF';
	skyblue='00CCFF';
	darkgray='CCCCCC';
	lrem='';
	
	function ShowPic(t,n,c) {
		document.open;
		document.write('<html><head><title>'+t+'</title><link rel="stylesheet" href="kunta.css" type="text/css"></head><body '+((c=='kunta')?'class="'+c:'style="scrollbar-face-color: #'+eval(c)+'; scrollbar-highlight-color: #'+eval(c)+'; scrollbar-darkshadow-color: #'+eval(c)+'; scrollbar-3dlight-color: #'+eval(c)+'; scrollbar-arrow-color: #'+eval(c)+'; scrollbar-base-color: #'+eval(c)+'; background-color: #'+eval(c))+'"><table width="100%" height="100%" border="0"><tr><td></td></tr><tr><td><div class="img"><img '+((c=='kunta')?'class="fman" ':'')+'src="'+n+'"></div></td></tr><tr><td></td></tr></table></body></html>');
		return false;
	}
	navHTML='<div id="nav" style="position:absolute; left:21px; top:72px; width:102px; height:81px; z-index:1; visibility: hidden"><p class="nav">&raquo; <a class="navlink" href="indexeng.htm"><b>Kunta Yoga</b></a></p><p class="nav">&raquo;&raquo; <a class="navlink" href="fractalmandalseng.htm">twelve<br>fractal mandalas</a><p class="nav">&raquo; <a class="navlink" href="../introeng.htm"><b>shalagram</b></a></p><p class="nav"><a name="closenav"></a>[<a class="navlink" href="#closenav" onClick="SwitchNavVis(0);return false">x</a>] <a class="navlink" href="#closenav" onClick="SwitchNavVis(0);return false">close</a></p>';
	
	function FillNav() {
		nav.outerHTML=navHTML;
	}
	function SwitchNavVis(navpar){
		with(nav.style){
			if(visibility=='visible'){(navpar==0)?visibility='hidden':{}}else{
				((navpar==1)||(navpar==2))?top=198:top=document.body.scrollHeight-234;
				((navpar==1)||(navpar==3))?left=21:left=document.body.scrollWidth-108;
				visibility='visible'
			}
		}
	}
	function SwitchVis(l){
		with(l.style){(visibility=='visible')?visibility='hidden':visibility='visible'}
	}
	function ShowRem(l){
		with(l){(className=='rem')?className='rem1':className='rem'}
	}
	function ShowRem1(l){
		lrem.className='rem1';
		l.className='rem';
		lrem=l;
	}
//-->