AC_FL_RunContent = 0;

var Nav_Loadimg = new Array;
var Directory = new Array("/series/","/creators/","/about/","/features/");
var Section = new Array();
Section[0] = "description_nav_ov.gif,read_nav_ov.gif,writerevies_nav_ov.gif,freestuff_nav_ov.gif";//series
Section[1] = "biography_nav_ov.gif,bibliography_nav_ov.gif,features_nav_ov.gif";//creators
Section[2] = "whatsikki_nav_ov.gif,linkbanners_nav_ov.gif";//about
Section[3] = "interviews_nav_ov.gif,articles_nav_ov.gif,underground_nav_ov.gif";//features

var Rootimg = new Array("afterschoolcharisma_sub_ov.jpg","bobandhisfunkycrew_sub_ov.jpg","bokuranoours_sub_ov.jpg","dorohedoro_sub_ov.jpg","houseoffiveleaves_sub_ov.jpg","illgiveit_sub_ov.jpg","kingyousedbooks_sub_ov.jpg","saturnapartments_sub_ov.jpg","iamaturtle_sub_ov.jpg","childrenofthesea_sub_ov.jpg","tokyoflowchart_sub_ov.jpg");
for(var i=0; i<Rootimg.length; i++){
	Nav_Loadimg[i] = new Image();
	Nav_Loadimg[i].src = "/image/"+Rootimg[i];
}
	Nav_Loadimg[i] = new Image();
	Nav_Loadimg[i].src = "/common/image/acctopnavi.gif";

var Nav_ImPass = '../image/';
var Nav_CImPass = 'image/';
var dno = -1;
for(var i=0; i<Directory.length; i++){
	if(location.pathname.indexOf(Directory[i]) > -1){
		dno = i;
	}
}

if(dno>=0){
	loading(dno);
}

function loading(dno){
	Nav_Plimg = Section[dno].split(",");
	for(var i=0; i<Nav_Plimg.length; i++){
		Nav_Loadimg[i] = new Image();
		if(dno==3){
			Nav_Loadimg[i].src = Nav_CImPass+Nav_Plimg[i];
		}
		else{
			Nav_Loadimg[i].src = Nav_ImPass+Nav_Plimg[i];
		}
	}
}

//windws open
function PopWin(Url,WinName,w,h){
	window.open(Url,WinName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+w+',height='+h);
}
function PopWin2(Url,WinName,w,h){
	window.open(Url,WinName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h);
}

var full_videoImg = new Image();full_videoImg.src = '/common/image/movie_btn_ov.jpg';
var videoImg = new Image();videoImg.src = '/image/cotsvideo_ov.jpg';

var urlC="image/";
function ChgImg(name,flg,type){
	if(flg=="on"){document.images[name].src = urlC+name+'_on.'+type;
	}else if(flg=="ov"){document.images[name].src = urlC+name+'_ov.'+type;
	}else if(flg=="of"){document.images[name].src = urlC+name+'_of.'+type;
	}
}
function ChgImgR(name,flg,type){
	if(flg=="on"){document.images[name].src = "/common/image/"+name+'_on.'+type;
	}else if(flg=="ov"){document.images[name].src = "/common/image/"+name+'_ov.'+type;
	}else if(flg=="of"){document.images[name].src = "/common/image/"+name+'_of.'+type;
	}
}
function ChgImgP(name,flg,type){
	if(flg=="on"){document.images[name].src = "../image/"+name+'_on.'+type;
	}else if(flg=="ov"){document.images[name].src = "../image/"+name+'_ov.'+type;
	}else if(flg=="of"){document.images[name].src = "../image/"+name+'_of.'+type;
	}
}
