function getPage(id)
{
	a = id
	wt =460
	ht = 560
	leftPos = (screen.width-wt)/2 
	topPos = (screen.height-ht-15)/2 
	popWin1 = window.open(''+a,'_blank','toolbars=no,resizable=no,scrollbars=no,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) 
}
