/* ====================================================================== FUNCTION: getBranchDestURL INPUT: RETURNS: DESC: Retrieves the URL of the Branch File ====================================================================== */ function getBranchDestURL(){ var i = document.forms[0].Locations.selectedIndex; if( i != 0){ var Destination = document.forms[0].Locations[i].text; // alert(Destination); // alert(i); window.location.href="/facilities/Location/" + Destination + "?OpenDocument" } }