/**
window._br_ext_t='';
	{f:,
	tp:,
	t:
	}
for img
browse_ext({f:'img',t:'',tp:{url:''}})
*/
function browse_ext(){
	//c
	var m_f='../browser/frame.php';
	//e c
	var a=arguments[0];
	var re=new RegExp("MSIE ([0-9])","g");re.exec(navigator.userAgent);
	var bVH=(RegExp.$1 &&  parseInt(RegExp.$1)>=5 && navigator.userAgent.indexOf("Win")>-1)?true:false;
	var f='width=100, height=100';
	var inv=m_f+'?f='+a.f;
	var t=a.t?a.t:window._br_ext_t;
	inv+='&t='+t;
	inv+='&h=';
	try{
		window._br_ext_w1.close();
		}catch(e){	};//_bVH_//;
	if(!bVH){
		var cw=window.open(inv+'0','ebw',f+', left=10, top=100');
		}
	else{
		try{
			f+=', left='+(window.screenLeft+window.event.x);f+=', top='+(window.screenTop+window.event.y);
			}catch(e){
			f+=', left=10, top=100';
			};
		var cw=window.open(inv+'1','ebw',f);
		cw.focus();
		};
	if(typeof(a.tp)=='object'){
		window._ext_b_tp=a.tp;
		window._ext_b_tp.tit=t;//title
		window._ext_b_tp.url=window._ext_b_tp.url;
		};
	window._br_ext_w1=cw;
	return cw;
	};


