#include	<EGB.H>
#include	<MOS.H>
#include	<normlib.h>
extern char work[];

void wpg( int i )
{
	EGB_writePage( work, i );
	MOS_disp(i);
}
