supplyWebVersion = "Infor10 Supplier Exchange(SupplyWEB)® 11.2.2"; version = "11.2.2"; function buyerInitializeMenus() { parent.frames[0].flashNav.SetVariable("theMenuUrl", "../account/menu?uniqueid="+(new Date).getTime()); } function supplierInitializeMenus() { parent.frames[0].flashNav.SetVariable("theMenuUrl", "../account/menu?uniqueid="+(new Date).getTime()); } function ownerInitializeMenus() { parent.frames[0].flashNav.SetVariable("theMenuUrl", "../account/menu?uniqueid="+(new Date).getTime()); } function initializeMenus() { if(parent.frames[0].flashNav != null){ parent.frames[0].flashNav.SetVariable("theMenuUrl", "../account/menu?uniqueid="+(new Date).getTime()); } }