Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Layers problem in NN 6.x

Status
Not open for further replies.

pindky

Programmer
Apr 26, 2002
101
US
Yes, I know I should forget about Netscape all together....but can't....so, why does this code fail in NN 6.x and is there any way to change it so it works across all browsers.

I used the 'show hide' layers command in Dreamweaver which is supposed to work in NN 6.x but clearly doesn't.

Website being tested is at:

Code is below:

thanks, cb

--------------------- code ---------------------------
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
&quot;<html>
<head>
<title>Beth Heit Hamsa Pottery Wall Reliefs</title>
<meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;styles.css&quot;>
<script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;>
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language=&quot;JavaScript&quot;>
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot;)&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function tmt_findObj(n){
var x,t; if((n.indexOf(&quot;?&quot;))>0&&parent.frames.length){t=n.split(&quot;?&quot;);
x=eval(&quot;parent.frames['&quot;+t[1]+&quot;'].document.getElementById('&quot;+t[0]+&quot;')&quot;);
}else{x=document.getElementById(n)}return x;
}

function MM_showHideLayers() { //v3.0A Modified by Al Sparber and Massimo Foti for NN6 Compatibility
var i,p,v,obj,args=MM_showHideLayers.arguments;if(document.getElementById){
for (i=0; i<(args.length-2); i+=3){ obj=tmt_findObj(args);v=args[i+2];
v=(v=='show')?'visible':(v='hide')?'hidden':v;
if(obj)obj.style.visibility=v;}} else{
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }}
}
//-->
</script>
</head>
<body onLoad=&quot;MM_preloadImages('images/gallery/logo_middle-over.jpg','images/gallery/gallery-over.gif','images/gallery/exhibits-over.gif','images/gallery/classes-over.gif','images/gallery/artist-over.gif','images/gallery/contact-over.gif','images/gallery/home-over.gif','images/gallery/pottery-over.gif','images/gallery/judaica-over.gif','images/gallery/reccentwork-over.gif','images/gallery/tiles-over.gif','images/gallery/wallreliefs/jerusalem_night_thumb-over.jpg','images/gallery/wallreliefs/gateway_thumb-over.jpg','images/gallery/wallreliefs/jerusalem_vision_thumb-over.jpg','images/gallery/wallreliefs/miriams_well_thumb-over.jpg','images/gallery/wallreliefs/hanahsprayerwheel_thumb-ove.jpg');MM_showHideLayers('jerusalemvision','','hide','gateway','','hide','hanahsprayerwheel','','hide','miriamswell','','hide','jerusalemnight','','show')&quot;>
<div id=&quot;jerusalemvision&quot; style=&quot;position:absolute; width:345px; height:225px; z-index:30; top: 65px; left: 358px; visibility: hidden&quot;>
<p><img src=&quot;images/gallery/wallreliefs/jerusalem_vision.jpg&quot; alt=&quot;Jerusalem Vision&quot; width=&quot;345&quot; height=&quot;280&quot;></p>
<p class=&quot;work&quot;>Jerusalem Vision<br />
<span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></p>
</div>
<div id=&quot;gateway&quot; style=&quot;position:absolute; width:233px; height:295px; z-index:20; top: 48px; left: 417px; visibility: hidden&quot;>
<p><img src=&quot;images/gallery/wallreliefs/gateway.jpg&quot; alt=&quot;Gateway Wall Relief&quot; width=&quot;233&quot; height=&quot;295&quot;></p>
<p class=&quot;work&quot;>Gateway<br />
<span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></p>
</div>
<div id=&quot;hanahsprayerwheel&quot; style=&quot;position:absolute; width:320px; height:295px; z-index:10; top: 48px; left: 368px; visibility: hidden&quot;>
<p><img src=&quot;images/gallery/wallreliefs/hanahs_prayer_wheel.jpg&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;295&quot;></p>
<p class=&quot;work&quot;>Hanah's Prayer Wheel<br />
<span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></p>
</div>
<div id=&quot;miriamswell&quot; style=&quot;position:absolute; width:345px; height:225px; z-index:40; top: 111px; left: 358px; visibility: hidden&quot;>
<p><img src=&quot;images/gallery/wallreliefs/miriams_well.jpg&quot; alt=&quot;Miriam's Well&quot; width=&quot;345&quot; height=&quot;237&quot;></p>
<p class=&quot;work&quot;>Miriam's Well<br />
<span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></p>
</div>
<div id=&quot;jerusalemnight&quot; style=&quot;position:absolute; width:345px; height:225px; z-index:30; top: 117px; left: 358px; visibility: hidden&quot;>
<p><img src=&quot;images/gallery/wallreliefs/jerusalem_night.jpg&quot; alt=&quot;&quot; width=&quot;345&quot; height=&quot;232&quot;></p>
<p class=&quot;work&quot;>Jerusalem Night<br />
<span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></p>
</div>
<table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td colspan=&quot;2&quot;>
<table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td>
<table width=&quot;300&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
<tr>
<td width=&quot;53&quot; height=&quot;110&quot;><img src=&quot;images/gallery/logo_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;110&quot;></td>
<td width=&quot;166&quot; height=&quot;110&quot;><a href=&quot;index.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('bethheit','','images/gallery/logo_middle-over.jpg',1)&quot;><img name=&quot;bethheit&quot; border=&quot;0&quot; src=&quot;images/gallery/logo_middle.jpg&quot; width=&quot;166&quot; height=&quot;110&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
<td width=&quot;81&quot; height=&quot;110&quot;><img src=&quot;images/gallery/logo_right.jpg&quot; alt=&quot;&quot; width=&quot;81&quot; height=&quot;110&quot;></td>
</tr>
</table>
</td>
<td>
<table width=&quot;380&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td align=&quot;left&quot; valign=&quot;top&quot;>
<table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#FEE388&quot;>
<tr>
<td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;pottery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('gallery','','images/gallery/gallery-over.gif',1)&quot;><img name=&quot;gallery&quot; border=&quot;0&quot; src=&quot;images/gallery/gallery.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Gallery&quot;></a></td>
<td width=&quot;77&quot; height=&quot;35&quot;><a href=&quot;exhibits.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('exhibits','','images/gallery/exhibits-over.gif',1)&quot;><img name=&quot;exhibits&quot; border=&quot;0&quot; src=&quot;images/gallery/exhibits.gif&quot; width=&quot;77&quot; height=&quot;35&quot; alt=&quot;Exhibits&quot;></a></td>
<td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;classes.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Classes','','images/gallery/classes-over.gif',1)&quot;><img name=&quot;Classes&quot; border=&quot;0&quot; src=&quot;images/gallery/classes.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Classes&quot;></a></td>
<td width=&quot;65&quot; height=&quot;35&quot;><a href=&quot;artist.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('artist','','images/gallery/artist-over.gif',1)&quot;><img name=&quot;artist&quot; border=&quot;0&quot; src=&quot;images/gallery/artist.gif&quot; width=&quot;65&quot; height=&quot;35&quot; alt=&quot;Artist&quot;></a></td>
<td width=&quot;72&quot; height=&quot;35&quot;><a href=&quot;contact.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('contact','','images/gallery/contact-over.gif',1)&quot;><img name=&quot;contact&quot; border=&quot;0&quot; src=&quot;images/gallery/contact.gif&quot; width=&quot;72&quot; height=&quot;35&quot; alt=&quot;Contact&quot;></a></td>
<td width=&quot;59&quot; height=&quot;35&quot;><a href=&quot;home.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('home','','images/gallery/home-over.gif',1)&quot;><img name=&quot;home&quot; border=&quot;0&quot; src=&quot;images/gallery/home.gif&quot; width=&quot;59&quot; height=&quot;35&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=&quot;left&quot; valign=&quot;top&quot;>
<table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td width=&quot;39&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
<td width=&quot;380&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align=&quot;left&quot; valign=&quot;top&quot;>
<table width=&quot;36&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td width=&quot;36&quot; height=&quot;35&quot; bgcolor=&quot;#FEE388&quot;>&nbsp;</td>
</tr>
<tr>
<td bgcolor=&quot;#FEE388&quot; width=&quot;36&quot; height=&quot;75&quot;><img src=&quot;images/gallery/right_top.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;75&quot;></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=&quot;2&quot;>
<table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td width=&quot;53&quot; height=&quot;242&quot;><img src=&quot;images/gallery/left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;242&quot;></td>
<td width=&quot;122&quot; height=&quot;242&quot;>
<table width=&quot;122&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
<tr>
<td width=&quot;122&quot; height=&quot;45&quot;><a href=&quot;pottery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('pottery','','images/gallery/pottery-over.gif',1)&quot;><img name=&quot;pottery&quot; border=&quot;0&quot; src=&quot;images/gallery/pottery.gif&quot; width=&quot;122&quot; height=&quot;45&quot; alt=&quot;Pottery&quot;></a></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;50&quot;><a href=&quot;tiles.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('tiles','','images/gallery/tiles-over.gif',1)&quot;><img name=&quot;tiles&quot; border=&quot;0&quot; src=&quot;images/gallery/tiles.gif&quot; width=&quot;122&quot; height=&quot;50&quot; alt=&quot;Tiles&quot;></a></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;46&quot;><a href=&quot;judaica.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('judaica','','images/gallery/judaica-over.gif',1)&quot;><img name=&quot;judaica&quot; border=&quot;0&quot; src=&quot;images/gallery/judaica.gif&quot; width=&quot;122&quot; height=&quot;46&quot; alt=&quot;Judaica&quot;></a></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;49&quot;><img src=&quot;images/gallery/wallreliefs-down.gif&quot; alt=&quot;Wall Reliefs&quot; width=&quot;122&quot; height=&quot;49&quot;></td>
</tr>
<tr>
<td width=&quot;122&quot; height=&quot;52&quot;><a href=&quot;recentwork.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('recentwork','','images/gallery/reccentwork-over.gif',1)&quot;><img name=&quot;recentwork&quot; border=&quot;0&quot; src=&quot;images/gallery/reccentwork.gif&quot; width=&quot;122&quot; height=&quot;52&quot; alt=&quot;Recent Work&quot;></a></td>
</tr>
</table>
</td>
<td width=&quot;164&quot; height=&quot;242&quot; bgcolor=&quot;#69A6AB&quot;>
<table width=&quot;164&quot; border=&quot;0&quot; cellspacing=&quot;8&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#68A7AA&quot;>
<tr>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('jerusalemnight','','images/gallery/wallreliefs/jerusalem_night_thumb-over.jpg',1)&quot; onClick=&quot;MM_showHideLayers('jerusalemvision','','hide','gateway','','hide','hanahsprayerwheel','','hide','miriamswell','','hide','jerusalemnight','','show')&quot;><img name=&quot;jerusalemnight&quot; border=&quot;0&quot; src=&quot;images/gallery/wallreliefs/jerusalem_night_thumb.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Jerusalem Night Wall Relief&quot;></a></td>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#6AA7AA&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('gateway','','images/gallery/wallreliefs/gateway_thumb-over.jpg',1)&quot; onClick=&quot;MM_showHideLayers('jerusalemvision','','hide','gateway','','show','hanahsprayerwheel','','hide','miriamswell','','hide','jerusalemnight','','hide')&quot;><img name=&quot;gateway&quot; border=&quot;0&quot; src=&quot;images/gallery/wallreliefs/gateway_thumb.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Gateway Wall Relief&quot;></a></td>
</tr>
<tr>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#68A7AC&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('jerusalemvision','','images/gallery/wallreliefs/jerusalem_vision_thumb-over.jpg',1)&quot; onClick=&quot;MM_showHideLayers('jerusalemvision','','show','gateway','','hide','hanahsprayerwheel','','hide','miriamswell','','hide','jerusalemnight','','hide')&quot;><img name=&quot;jerusalemvision&quot; border=&quot;0&quot; src=&quot;images/gallery/wallreliefs/jerusalem_vision_thumb.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Jerusalem Vision Wall Relief&quot;></a></td>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#67A7A9&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('miriamswell','','images/gallery/wallreliefs/miriams_well_thumb-over.jpg',1)&quot; onClick=&quot;MM_showHideLayers('jerusalemvision','','hide','gateway','','hide','hanahsprayerwheel','','hide','miriamswell','','show','jerusalemnight','','hide')&quot;><img name=&quot;miriamswell&quot; border=&quot;0&quot; src=&quot;images/gallery/wallreliefs/miriams_well_thumb.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Miriam's Well Wall Relief&quot;></a></td>
</tr>
<tr>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6A7&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('hanahsprayerwheel','','images/gallery/wallreliefs/hanahsprayerwheel_thumb-ove.jpg',1)&quot; onClick=&quot;MM_showHideLayers('jerusalemvision','','hide','gateway','','hide','hanahsprayerwheel','','show','miriamswell','','hide','jerusalemnight','','hide')&quot;><img name=&quot;hanahsprayerwheel&quot; border=&quot;0&quot; src=&quot;images/gallery/wallreliefs/hanahsprayerwheel_thumb.jpg&quot; width=&quot;70&quot; height=&quot;70&quot;></a></td>
<td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
</tr>
</table>
</td>
<td width=&quot;380&quot; height=&quot;242&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
<td width=&quot;36&quot; height=&quot;242&quot;><img src=&quot;images/gallery/right_middle.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;242&quot;></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;>
<table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
<tr>
<td width=&quot;53&quot; height=&quot;38&quot;><img src=&quot;images/gallery/below_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;38&quot;></td>
<td width=&quot;122&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
<td width=&quot;164&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;more&quot;>&nbsp;</td>
<td width=&quot;380&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;byline&quot;>&nbsp;</td>
<td width=&quot;36&quot; height=&quot;38&quot;><img src=&quot;images/gallery/right_bottom.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;38&quot;></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;><img src=&quot;images/gallery/bottom.jpg&quot; alt=&quot;&quot; width=&quot;755&quot; height=&quot;27&quot;></td>
</tr>
<tr>
<td width=&quot;53&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
<td width=&quot;702&quot; align=&quot;left&quot; valign=&quot;top&quot;>
<p class=&quot;index&quot;>&nbsp;</p>
<p class=&quot;index&quot;>&copy; 2003 Beth Heit/Hamsa Pottery. All rights reserved.<br />
<a href=&quot;mailto:beth@bethheit.com&quot;>beth@bethheit.com</a> &nbsp;&nbsp;&nbsp;<a href=&quot; />
Web Design by <a href=&quot; target=&quot;new&quot;>Small
World Graphics</a></p>
</td>
</tr>
</table>
</body>
</html>
---------------------------- end ------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top