//*********************************************************//
// common.js
//*********************************************************//


function bottom_sendmail() {
	window.open("/html/email.html","email","height=100,width=100");
}
