function imageview(name, w, h)
{
	tempWindow = window.open('imageview8a36.html?p=' + name,'winPicture','resizable=1,status=1,width=' + w + ',height=' + h + ',top=60,left=60')

	if (window.focus)
	{
		tempWindow.focus()
	}
}