function loadnavi() {
	(new Image()).src="todo/img/news_o.gif";
	(new Image()).src="todo/img/profile_o.gif";
	(new Image()).src="todo/img/gallery_o.gif";
	(new Image()).src="todo/img/bbs_o.gif";
	(new Image()).src="todo/img/links_o.gif";
	(new Image()).src="todo/img/contuct_o.gif";
}

function mapnavi() {
	(new Image()).src="todo/img/navimap1_cross.gif";
	(new Image()).src="todo/img/navimap1_woman.gif";
	(new Image()).src="todo/img/navimap1_chara.gif";
	(new Image()).src="todo/img/navimap2_plan.gif";
	(new Image()).src="todo/img/navimap2_young.gif";
	(new Image()).src="todo/img/navimap2_tyk.gif";
}

function mapimg() {
	(new Image()).src="todo/img/chara_o.gif";
	(new Image()).src="todo/img/woman_o.gif";
	(new Image()).src="todo/img/cross_o.gif";
	(new Image()).src="todo/img/tyk_o.gif";
	(new Image()).src="todo/img/young_o.gif";
	(new Image()).src="todo/img/plan_o.gif";
}

function adnavi() {
	(new Image()).src="ad/img/news_o.gif";
	(new Image()).src="ad/img/profile_o.gif";
	(new Image()).src="ad/img/gallery_o.gif";
	(new Image()).src="ad/img/bbs_o.gif";
	(new Image()).src="ad/img/links_o.gif";
	(new Image()).src="ad/img/contuct_o.gif";
}

function admapnavi() {
	(new Image()).src="ad/img/navimap1_chall.gif";
	(new Image()).src="ad/img/navimap1_etc.gif";
	(new Image()).src="ad/img/navimap1_strang.gif";
	(new Image()).src="ad/img/navimap2_sexy.gif";
	(new Image()).src="ad/img/navimap2_fool.gif";
	(new Image()).src="ad/img/navimap2_king.gif";
}

function admapimg() {
	(new Image()).src="ad/img/chall_o.gif";
	(new Image()).src="ad/img/etc_o.gif";
	(new Image()).src="ad/img/strang_o.gif";
	(new Image()).src="ad/img/sexy_o.gif";
	(new Image()).src="ad/img/fool_o.gif";
	(new Image()).src="ad/img/king_o.gif";
}

y = 0;
function scroll_u(){
if (y<1200) parent.btm.scroll(0,y++);
timer=setTimeout('scroll_u()',50);
if (y>1195) clearTimeout(timer);
status = y;
}
function scroll_d(){
if (y<1200) parent.btm.scroll(0,y--);
timer=setTimeout('scroll_d()',50);
if (y<0) clearTimeout(timer);
status = y;
}

x = 0;
function scroll_l(){
if (x<1200) parent.head.scroll(x++,0);
timer=setTimeout('scroll_l()',5);
if (x>1195) parent.head.clearTimeout(timer);
status = x;
}
function scroll_r(){
if (x<1200) parent.head.scroll(x--,0);
timer=setTimeout('scroll_r()',5);
if (x<0) parent.head.clearTimeout(timer);
status = x;
}
function scrollstp(){
clearTimeout(timer);
}


function LinkSelect(form, sel)
{
	adrs = sel.options[sel.selectedIndex].value;
	if (adrs != "-" ) parent.head.location.href=adrs;
}

function links(){
linkurl=links.arguments[1];
document.write('http://cgi.linkclub.o'+'r.jp/~todo-yyz/bbs/todobbs.cgi');
}

