function openImage(src, width, height){
	window.open(src, 'Image', 'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=no,resizable=yes,screenX=120,screenY=100');
	return false;
}