Introduction - If you have any usage issues, please Google them yourself
} // end of for
return (_loc3 100)
} // End of the function
function checkPreList(str)
{
var _loc1 = null
for (var _loc3 in PrenameList)
{
if (PrenameList[_loc3][0] == str)
{
_loc1 = PrenameList[_loc3][1]
break
} // end if
} // end of for...in
return (_loc1)
} // End of the function