function launchPolarisWin(picture)
{
	newWindow= window.open (picture, "Picture","location=1,status=1,scrollbars=1,width=400,height=500");
	newWindow.close ();
	newWindow= window.open (picture, "Picture","location=1,status=1,scrollbars=1,width=400,height=500");
	newWindow.document.write('<center><h1>Polaris</h1></center>');
	newWindow.document.write('<center><img src="catimages/'+picture+'.jpg"'+'></img></center>');
	newWindow.document.write('<br><br><center>'+picture+'</center>');
}

