function detail(name, b, h, l, t) {
	msgWindow=open(name,'detail','dependent=yes,locationbar=no,menubar=no,resizable=yes,status=no,history=no,toolbar=no,scrollbars=yes,width=' + b + ',height=' + h + ',left=' + l + ',top=' + t + ',true');
	msgWindow.focus();
	
}

