// This is for message.html only.

function openmessagewin() {
	window.open("/message/index.html", "index", "width=720,height=800,scrollbars=yes,location=yes,toolbar=yes");
}

// End of script
