function openimage(filename,width,height){
	image = window.open('/includes/asp/viewimage.asp?location='+filename, 'image', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width='+width+',height='+height);
	image.focus();
}
