// Hurix: Begin -------------------------------------------------------------------------------------------- var myLocation = location.href; var callCnt = 0; // Hurix: End -------------------------------------------------------------------------------------------- var currentLocation = myLocation; // Function to read the unique pageID defined in the parent frame which is index.html in this case function ReadPageID(){ return parent.menuSessionID; } // Read the pageID and pass it to gateway.swf using flashVars pageID = ReadPageID(); var objHtml = "
"; document.write(objHtml);