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