// JavaScript Document
function showfinoptions(j,k) {
	var z = "financeoptions.php?ref="+j+"&&id="+k;
window.open(z, "FinanceOptions", "width=600,height=450,status=yes,address=yes,resizable=yes");
}
