<!--

function GetSupplier(strPath, controlName) {
	window.open(strPath + '?controlName=' + controlName,'popSupplier',"location=false,scrollbars,height=500,width=500");
}

function GetItem(strPath, controlName) {
	window.open(strPath + '?controlName=' + controlName,'popItem',"location=false,scrollbars,height=400,width=400");
}

function GetDate(strPath, controlName) {
	window.open(strPath + '?controlName=' + controlName,'popDate',"location=false,scrollbars,height=300,width=260,Left=300,top=200");
}
// -->
