function recommend(lang){
	width = 600; height = 500;
	var w = window.open('../recommend.php?lang=' + lang, 'email', 'toolbar=no, resizable=no, copyhistory=no, status=no, width=' + width + ', height=' + height);
	w.focus();
}
