function recycle() {
	win=window.open("../recycle.html","recycle","toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1050,height=700");
}

function resource() {
	win=window.open("../resource.html","resource","toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1050,height=760");
}