function dynaPopup1(u,w,h)
{
	var t = (document.body.clientHeight-h)/2;
	var l = (document.body.clientWidth-w)/2;
	window.open(u,"zoomImg","status=0,location=0,width="+w+",height="+h+",top="+t+",left="+l+",resizable=1,scrollbars=0");
}
