function open_window(page)
{
	eiwin = window.open(page,null,"height=600,width=800,status=yes,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=no");
	eiwin.moveTo(screen.availWidth/2-(800/2),screen.availHeight/2-(600/2));
}