function newWindowA(picture) { 
	windowTall = window.open(picture,'picWin1',
'top=100,screeny=100,left=100,screenx=100,width=400,height=283,scrollbars=no');
	windowTall.focus()
}

function newWindowB(picture) { 
	windowWide = window.open(picture,'picWin2',
'top=100,screeny=100,left=100,screenx=100,width=400,height=312,scrollbars=no');
	windowWide.focus()
}

function newWindowC(picture) { 
	windowWide = window.open(picture,'picWin2',
'top=100,screeny=100,left=100,screenx=100,width=400,height=240,scrollbars=no');
	windowWide.focus()
}