// JavaScript Document
function listopen(url) {
	window.open (url,'','width=520,height=500');
}
function mailmember() {
	window.open ('mailmember.html','mailmember','width=450,height=400');
}
function special() {
	window.open ('special/index.html','special','width=620,height=280');
}

