function goto(location)
{
	window.location = location;
}

function showImage(image)
{
	window.open(image.src, 'image_view', 'width=800,height=600,resizable=yes,toolbar=no,location=no,status=no,menubar=no');
}
