function w_open(urlStr,w,h) {
	this_win=window.open(urlStr,"edit","scrollbars=yes,resizable=yes,width=" + w + ",height=" + h + ",top=5").focus();
}

function donothing(){}
