// JavaScript Document
function mOpen(url, tgt){
		var w = window.open(url, tgt, 'width=510, height=615');
		w.focus();
}
