function popUp(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,width="+PWidth+",height="+PHeight+"')")
}