function showInvoice(id) {

	var url='../OMS/view_invoice.php?action=view&id='+id;

	window.open(url);

}
