﻿function OpenImgPreview(url){
	popup = window.open(url,'Image','height=800,width=750,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0');
}

