function popup(popupfile,winheight,winwidth)

	{

		open(popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth +	",scrollbars=yes");

	}