
PK 
<?php
include("header.php");
?>
<div id="layout">
<div id="bodycontainer">
<div id="leftcontainer" style="height:617px;">
<div id="welcomezone">
<h1>Welcome to Urology Solution</h1>
Welcome to Urology Solution.com, launched by Prof.Dr.K.Natarajan Senior Consultant , Xcellent care Hospital, Velachery, Chennai. Prof.Dr.K.Natarajan is currently working in Sri Ramachandra Medical College in Porur as a Professor in the Department of Urology.
</div>
<div id="methodologyzone">
<h1>Your Urologist</h1>
<img src="images/Natarajan1.jpg" alt="Prof. Dr. K.Natarajan" class="methodologyimg">
<h2>Prof. Dr. K.Natarajan graduated from</h2>
Sri Ramachandra Medical College in 1994 and completed his MS (General Surgery) in 1997. He completed his FRCS (Ireland) (General Surgery) and FRCS (Edinburgh) (General Surgery) in 1998. After getting FRCS from Ireland and Edinburg, he completed his MCh (Genito � Urinary Surgery) from Kasturba Medical College in 2002
<div class="readmore">
<a href="urologist.php"><img src="images/readmore.gif" alt="" border="0" style="padding-left:147px;"></a>
</div>
</div>
<div>
<h1>Information to Know</h1>
<table><tr><td width="250px" align="center"><a href="images/PROSTATE1.pdf" target="_blank"><img src="images/pdf.jpg" width="50px" height="50px" title="" /><br />Prostate 1<br />Click here to View</a></td><td width="250px" align="center"><a href="images/PROSTATE.pdf" target="_blank"><img src="images/pdf.jpg" width="50px" height="50px" title="" /><br />Prostate 2<br />Click here to View</a></td><td width="250px" align="center"><a href="images/KIDNEY.pdf" target="_blank"><img src="images/pdf.jpg" width="50px" height="50px" title="" /><br />Kidney<br />Click here to View</a></td></tr></table>
</div>
</div>
<?php
include('sidebar.php');
include('footer.php');
?>
</body></html>


PK 99