function em_pro_js(text1,text2,text3) {
	str=text1;
	str+=text2;
	str+=text3;
	window.open(str,'_self');
}

