function changeList(cset) {
	document.location.href="list.html?p="+cset;
}
function transfer() {
	//document.getElementById("contentDiv").innerHTML = document.getElementById("contentList").contentWindow.document.body.innerHTML;
}
