function map_(path, w_title, param) 
{ 
	window.open(path, w_title, config=param);
}

