This is the script:
Code: Select all
<?
$page = "previous muots.";
include('/home/muot/public_html/pages/includes/regpage.php');
?>
<script type="text/javascript">
function alterDisplayProperties(linkName, divName){
if (document.getElementById(divName).style.display == "none"){
document.getElementById(divName).style.display = "BLOCK";
document.getElementById(linkName).innerHTML = 'Hide description';
}else{
document.getElementById(divName).style.display = "none";
document.getElementById(linkName).innerHTML = 'View More';
}
}
</script>
<div>
<span>Muot Week #2 - Chatter Box <a href="#" id = 'link14' onclick="alterDisplayProperties('link14', 'div14')">View This Muot</a></span>
<div id ="div14" style="clear:both;">
<table border=1 align=center width=350>
<tr><th colspan=2><div align=left style=display:inline;>Muot Week # 2</div>--<div align=right style=display:inline;> 1.22.04 </div></th></tr>
<tr><th colspan=2><img src=/pages/muotreport/chatter.bmp></tr></td>
<tr><td width=50 valign=top><div align=center>Bio:</div><br>
<div align=left>Name:</div> <font color=red>umm chad somethign i think</font></div><br>
<div align=left>Nickname:</div> <font color=red>chatterbox</font></div><br>
<div align=left>Age:</div> <font color=red>20</font></div><br>
<div align=left>Loc:</div> <font color=red>Oneonta, N.Y.</font></div><br>
<div align=left>Sex:</div> <font color=red>MALE</font></div><br>
<div align=left>Weight:</div> <font color=red>160</font></div><br>
<div align=left>Height:</div> <font color=red>5' 4"</font></div></td>
<td valign=top width=50><div align=left>Muot Status:</div> <font color=red>kids a serious muot</font></div><br><div align=left>About this Muot:</div> <font color=red>This muotomeyer was found in upstate ny in a college town of oneonta. This idiot is in a frat and acts tough but was obviously the loser in his highscool. Known for talking to girls about him having sex with other girls...real muot. And also three strikes against this muot for looking like brandon.</font></td></tr>
</table>
</div>
</div>
<div>
<span>Muot Week #1 - James
<a href="#" id = 'link2' onclick="alterDisplayProperties('link2', 'div2')">View More</a></span>
<div id="div2">
<table border=1 align=center width=350>
<tr><th colspan=2><div align=left style=display:inline;>Muot Week # 1</div><div align=right style=display:inline;>-- 1.14.06 </div></th></tr>
<tr><th colspan=2><img src=/pages/muotreport/james.jpg width=320 height=240></tr></td>
<tr><td width=50><div align=center>Bio:</div><br>
<div align=left>Name:</div> <font color=red>James Dubanos</font></div><br>
<div align=left>Nickname:</div> <font color=red>Street Pharmacist</font></div><br>
<div align=left>Age:</div> <font color=red>16</font></div><br>
<div align=left>Loc:</div> <font color=red>North Babylon, NY</font></div><br>
<div align=left>Sex:</div> <font color=red>MALE</font></div><br>
<div align=left>Weight:</div> <font color=red>Skinny Rat</font></div><br>
<div align=left>Height:</div> <font color=red>5 foot 8 inches</font></div></td>
<td valign=top width=50><div align=left>Muot Status:</div> <font color=red>This muot is currently running around in you local sewer system.</font></div><br><div align=left>About this Muot:</div> <font color=red>This muot is not like all muots. This Muot is half muot, half rat!</b></font></td></tr>
</table>
</div>
</div>
<div>Thank You!