function view(url,title,width,height) 
{ 
	window.open('image.php?url='+url+'&title='+title+'&width='+width+'&height='+height,'image','width='+width+',height='+height);
}
