function imageView(image)
{
	//alert(image);
	new Ajax.Request('/ajax_imageview.php?image=' + image, { method:'get' });
}
