<HTML><HEAD>
<TITLE> </TITLE> <SCRIPT LANGUAGE="JavaScript">
<!-- Original: Jenny Blewitt (webmaster@webdesignsdirect.com) -->
<!-- Web Site: http://www.webdesignsdirect.com
-- הפמ חוקל טפירקסה -->
<!-- This script and many more are available free
online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
ns3up = (browserName == "Netscape" &&
browserVer >= 3);
ie4up = (browserName.indexOf("Microsoft") >= 0 &&
browserVer >= 4);
function doPic(imgName) {
if (ns3up || ie4up) {
imgOn = ("" + imgName);
document.mainpic.src = imgOn;
}
}
// End -->
</script>
</HEAD>
<BODY>
<center>
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left">
<table width=360 border=0 cellspacing=0 cellpadding=0 align="center">
<tr>
<td><a href="javascript:doPic('img/p1.jpg');"><img
src="img/p1.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p2.jpg');"><img
src="img/p2.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p3.jpg');"><img
src="img/p3.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p4.jpg');"><img
src="img/p4.jpg" width=90 height=60 border=0></a></td>
</tr>
<tr>
<td colspan=4 align=center><img name="mainpic" src="img/p1.jpg"
width=360 height=240 border=0></td>
</tr>
<tr>
<td><a href="javascript:doPic('img/p5.jpg');"><img
src="img/p5.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p6.jpg');"><img
src="img/p6.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p7.jpg');"><img
src="img/p7.jpg" width=90 height=60 border=0></a></td>
<td><a href="javascript:doPic('img/p8.jpg');"><img
src="img/p8.jpg" width=90 height=60 border=0></a></td>
</tr>
</table>
</td>
<tr>
<td align="left"> </td>
</table>
</center>
</BODY>
</HTML>
|