function openMt(url){
	popupwin=window.open(url,'popup','width=550,height=500,status,scrollbars');
	popupwin.focus();
}