function OpenPopup(theFile)
{
	open(theFile,'PopWin','resizable=yes,scrollbars=yes,menubar=yes,status=no,toolbar=no,width=620,height=620');
}
