function leaveMail(type){
	if (type == 1){
		window.open('sub_page/message.asp?choose=1','leaveMail','toolbar=no,scrollbars=0,menubar=no,resizable=0,width=600,height=400');
	}
	if (type == 2){
		window.open('sub_page/message.asp?choose=2','leaveMail','toolbar=no,scrollbars=0,menubar=no,resizable=0,width=600,height=400');
	}
	if (type == 3){
		window.open('sub_page/message.asp?choose=3','leaveMail','toolbar=no,scrollbars=0,menubar=no,resizable=0,width=600,height=400');
	}
}
