vijayram 0 Newbie Poster

Hi everybody
This is the my header page coding.onmouseover display url content.


<div id="layout-title"><a href="/"><img src="/images/layout/mainpage_title.png" /></a></div>

<div class="float-right text-align-right">
<a id="main_menu" href="/images/popup/main_menu.png"><img src="/images/popup/main_menu_small.png" alt="" style="width: 50px;"/></a><br />
<?php if ($countInvitationLayer): ?><a href="<?php echo url_for("@personal_notification") ?>">Requests (<?php echo $countInvitationLayer ?>)</a><br /><?php endif ?>
<?php if ($countEventInvitation): ?><a href="<?php echo url_for("@personal_notification")?>">Invitations (<?php echo $countEventInvitation ?>)</a><br /><?php endif ?>
<?php if ($countNewUpdates): ?><a href="<?php echo url_for("@updates") ?>">Update (<?php echo $countNewUpdates ?>) *Alpha</a><?php endif ?>
</div>
<div class="clear-both"></div>
<map name="Map" id="Map">
<area shape="circle" coords="229,40,35" href="<?php echo url_for("@make_plans") ?>" alt="Make Plans" />
<area shape="circle" coords="364,89,35" href="<?php echo url_for("@billboard" . $viewPersonalText) ?>" alt="MyBillboard" />
<area shape="circle" coords="413,205,35" href="<?php echo url_for("@personal_meet_new_people") ?>" alt="Meet New People" />
<area shape="circle" coords="389,329,35" href="<?php echo url_for("@layer" . $viewPersonalText) ?>" alt="MyPeople" />
<area shape="circle" coords="306,395,35" href="<?php echo url_for("@personal_homepage" . $viewPersonalText) ?>" alt="MyProfile" />
<area shape="circle" coords="155,395,35" href="<?php echo url_for("@personal_edit_profile?type=admin") ?>" alt="Account Settings" />
<area shape="circle" coords="64,322,35" href="<?php echo url_for("@album" . $viewPersonalText) ?>" alt="MyPics" />
<area shape="circle" coords="40,210,35" href="<?php echo url_for("@mail") ?>" alt="MyMail" />
<area shape="circle" coords="95,93,35" href="<?php echo url_for("@schedule") ?>" alt="MySchedule" />
<area shape="rect" coords="198,393,260,407" href="<?php echo url_for("@updates") ?>" alt="Updates" />
<area shape="rect" coords="198,408,260,422" href="<?php echo url_for("@personal_notification") ?>" alt="Requests" />
<area shape="rect" coords="198,432,260,446" href="<?php echo url_for("@sf_guard_signout") ?>" alt="Logout" />
<area shape="circle" coords="228,479,25" onclick="$.fancybox.close();" alt="Close" class="cursorPointer" />
</map>