<!--
var popupwnd;
function scr_capture(title,src,p_width,p_height)
{
	if (popupwnd)
		if (!popupwnd.closed)
				popupwnd.close();
var feature = 'width='+p_width +',height='+p_height;
popupwnd=window.open(src,title,feature);
}
//-->