
	/*
	function GetBranchSettings(){
		document.FORMINVENTORY.action = "index.php?pg=admin&ch=inventory&action=brnchsettings";
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
	function Calculate(op){
		document.FORMINVENTORY.action = "index.php?pg=admin&ch=inventory&action=calculate&op="+op;
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
	function NoOperation(){
		document.FORMINVENTORY.action = "index.php?pg=admin&ch=inventory&action=nooperate";
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
	*/
	
	function GetBranchSettingsFrnchs(){
		document.FORMINVENTORY.action = "index.php?pg=frnchs&ch=inventory&action=brnchsettings";
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
	function CalculateFrnchs(op){
		document.FORMINVENTORY.action = "index.php?pg=frnchs&ch=inventory&action=calculate&op="+op;
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
	function NoOperationFrnchs(){
		document.FORMINVENTORY.action = "index.php?pg=frnchs&ch=inventory&action=nooperate";
		document.FORMINVENTORY.method = "post";
		document.FORMINVENTORY.submit();
	}
