function change_series(s) {
	var id = s.options[s.selectedIndex].value;
	var t = s.options[s.selectedIndex].text;
	if (id > 0) {
		t = t.toLowerCase();
		t = t.replace(/[^a-z0-9]+/ig, "_");
		t = t.replace(/^_+|_+$/g, "");
		t = t.replace(/_+/g, "_");

		document.location = "http://v1.mangafox.com/page/manga/series/" + id + "/" + t + "/";
	} else {
		document.location = "http://v1.mangafox.com/page/manga/index.html";
	}
}
function popUp(URL,w,h) {
	day = new Date(); id = day.getTime();
	window.open(URL, id, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width='+w+',height='+h);
}

//default.js