function view(page)
{
	self.name="main"
	OpenWin = this.open(page, "view", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,status=no,width=424,height=500");
}

function e_view(page)
{
	self.name="main"
	OpenWin = this.open(page, "eview", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,status=no,width=404,height=500");

}

function actibook(page)
{
	self.name="main"
	OpenWin = this.open(page, "view", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,width=1000,height=650");
}