leftPos=0
if(screen){
	leftPos=screen.width-525 }
function newWindow(varPic){
	FeatureWin=window.open(varPic, 'Features', 'width=432,height=365,left='+leftPos+',top=0')
	FeatureWin.focus()}