function imageWin(image)
	{
		var winl = (screen.width-530)/2;
		var wint = (screen.height-600)/2;
		myBrochure= open('imagewindow.php?id='+image, 'ElAlto', 'width=530,height=600,top=' + wint + ',left=' + winl + ',status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
	