// JavaScript Document

function ViewSaleDetail(path) {
	
	window.open(path, 'SaleDetail','width=360,height=400,resizable=1');
}