am_task_l2=window.onload;
window.onload=am_setUp;
am_oflag=0;
am_uri='';

function am_setUp() {
	var e, str;
	if (!document.getElementById) {
		if (am_task_l2) am_task_l2();
		return;
		}
	var i;
	am_uri='';
	str=location.href;
	if ((i=str.indexOf('/English/'))>-1) str=str.substring(i, str.length);
	if ((i=str.charAt('#'))>-1) str=str.substring(0, i-1);
	e=str.split('/');
	i=-1;
	while (++i<e.length) { am_uri+='/'+encodeURI(decodeURI(e[i])); }
	am_uri=am_uri.substring(1,am_uri.length);


	if (!(e=document.getElementById('NAVI_FOR_FEATURES'))) {
		f=document.createElement('ul');
		f.setAttribute('class', 'sitemenu');
		f.setAttribute('className', 'sitemenu');
		f.style.margin='0';
		f.style.padding='0';
		e=document.createElement('li');
		e.setAttribute('id', 'NAVI_FOR_FEATURES');
		f.appendChild(e);
		(document.getElementsByTagName('body'))[0].appendChild(f);
		}
	str='<p><cite title="Original Featured Characters.">Original Featured Characters.</cite></p><ul><li id="F_HORIKITA_USAGI"><a href="http://www.marguerite.jp/English/Features/HORIKITA_Usagi.html">A Rabbit Woman Student.</a></li><li id="F_YUCHAN"><a href="http://www.marguerite.jp/English/Features/Yuchan.html">Yuchan, a Schoolgirl of National <abbr title="Junior High School">J.H.S.</abbr>.</a></li><li id="F_NORIKOCHAN"><a href="http://www.marguerite.jp/English/Features/Norikochan.html">Norikochan, a Schoolgirl of National <abbr title="Junior High School">J.H.S.</abbr>.</a></li><li id="F_KAYOCHAN"><a href="http://www.marguerite.jp/English/Features/Kayochan.html">Kayochan, a Woman Student.</a></li><li id="F_KAORICHAN"><a href="http://www.marguerite.jp/English/Features/Kaorichan.html">Kaorichan, a Woman Student.</a></li><li id="F_AYAHIME"><a href="http://www.marguerite.jp/English/Features/Ayachan.html">Aya-hime/Ayachan, a Woman Student.</a></li><li id="F_AICHAN"><a href="http://www.marguerite.jp/English/Features/Aichan.html">Aichan, a Schoolgirl of Public <abbr title="Junior High School">J.H.S.</abbr>.</a></li><li id="F_ELEMENTARY"><a href="http://www.marguerite.jp/English/Features/OriginalUniformGirl.html">A Schoolgirl of Elementary School.</a></li><li id="F_PINAFORE"><a href="http://www.marguerite.jp/English/Features/PinaforeCountryGirl.html">A Country Girl with Pinafore.</a></li><li><a href="http://www.marguerite.jp/English/Features/index.html">More<span class="forAural"> Features by Producer</span>...</a></li></ul>';
	e.innerHTML=removeURI(str, am_uri);


	if (!(e=document.getElementById('NAVI_FOR_ILLUSTRATIONS'))) {
		f=document.createElement('ul');
		f.setAttribute('class', 'sitemenu');
		f.setAttribute('className', 'sitemenu');
		f.style.margin='0';
		f.style.padding='0';
		e=document.createElement('li');
		e.setAttribute('id', 'NAVI_FOR_ILLUSTRATIONS');
		f.appendChild(e);
		(document.getElementsByTagName('body'))[0].appendChild(f);
		}
	str='<p title="Illustrations by Producer."><cite>Illustrations by Producer.</cite></p><ul><li><a href="http://www.marguerite.jp/English/Scribblings/index.html" title="Illustrations of Producer\'s original featured characters including a Rabbit Woman Student.">Marguerite Scribblings.</a></li><li id="I_HANKEN"><a href="http://www.3flowers.net/English/Hanken/index.html"><i class="term">Hanken</i> Features.</a></li><li id="I_PORTRAITS"><a href="http://www.3flowers.net/English/Portraits/index.html">Portraits of Japan\'s Young Actresses.</a></li><li><a href="http://www.marguerite.jp/English/Illustrations/Greetings/index.html">Greeting Cards by Producer.</a></li><li><a href="http://www.marguerite.jp/English/Illustrations/Special/index.html">Other Illustrations.</a></li><li class="separated"><p><a href="http://www.black.43110.com/English/" title="Deprecated for Children Younger than 15 Years Old."><span class="forAural">Illustrations </span><em>Not</em> for Children Younger than 15 Years Old</a></p><ul><li><a href="http://www.black.43110.com/English/Scribblings2/index.d15.html">Scribblings (Dark-side Edition).</a></li><li><a href="http://www.black.43110.com/English/Illustrations-Special2/index.d15.html">Other Illustrations (Dark-side Edition).</a></li></ul></li></ul>';
	e.innerHTML=removeURI(str, am_uri);


	if (am_task_l2) am_task_l2();
}


function removeURI(e, u) {
	var u1=u+'"';
	var u2=u+'#';

	var s='';
	var e1=e;
	while ((i=e1.indexOf('<a '))>-1) {
		s+=e1.substring(0,i); e1=e1.substring(i,e1.length);
		i=e1.indexOf('>')+1;
		var tag=e1.substring(0,i);
		if (tag.indexOf(u1)>-1 || tag.indexOf(u2)>-1) {
			e1=e1.substring(i, e1.length);
			i=e1.indexOf('</a>');
			var j=e1.substring(0, i); e1=e1.substring(i+4, e1.length);
			s+='<strong>'+j+'</strong>';
			continue;
			}
		i=e1.indexOf('</a>');
		var j=e1.substring(0, i+4); e1=e1.substring(i+4, e1.length);
		s+=j;
		}
	return(s+e1);
}

