I am working on image mapster, but when I do the following I get NaN for coords.
<div id="rts" class="largWin"><a href="a.html" class="close">×</a>
<center><img id="floo-map1" src="img/plan.jpg" alt="Floor plan in Pan Pacific Level 4" border="0" width="750" height="472" usemap="#floorplan-conference-map1" style="width:750px; height:472px;"/></center>
<map id="image_map1" name="floo-map1">
<script>
function getx()
{
return 425,78,483,116 ;
}
</script>
<area id = "try" name="gg" full="ggh" shape="rect" coords=getx() href="#">
</map>
</div>
How can I fix it?