function openImage(name, width, height){
	window.open(name,"_image","toolbar=no,scrollbars=1,resizable=1,width="+width+",height="+height);
}