//*********************************************************//
// common.js
//*********************************************************//


function bottom_sendmail1() {
	window.open("/html/email.html","email","height=100,width=100");
}


function bottom_sendmail() {
	location.href="mailto:info@529270.com";
}

