function image_open(file,w,h){
	window.open('/sub/image.php?img_file='+file,'image','toolbar=no,resizable=no,width='+w+', height='+h);
}

