<!--//BEGIN digipix zOOm Script////////////////////////////////////////////////////////           THIS IS A SVENROX JAVASCRIPT           ////     YOU MAY USE FREELY AS LONG AS YOU DO NOT     ////                 REMOVE THIS COMMENT              ////                                                  ////                    http://svenrox.com            ////                    sven@svenrox.com              ////////////////////////////////////////////////////////function new_window(url,w,h,title,caption) {link = window.open("./blank.html","Link","toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=530,height=530,left=10,top=10");var d = link.document;d.open();d.writeln('<html><head><title>Niels Andersen Sculptures - detail shot</title></head><body bgcolor="#3366CC" onLoad="focus();"><center>');d.writeln('<table border="0" cellpadding="3" cellspacing="0" width="100%"><tr>');d.writeln('<td><img src="img/logo_4_remoteWin.gif" width="175" height="76"></td>');d.writeln('<td width="100%"><font face="geneva,arial" size="3" color="#EEEEEE"><b>' + title + '</b></font><br>');d.writeln('<font face="geneva,arial" size="2" color="#DDDDDD">' + caption + '</font></td></tr>');d.writeln('<tr><td align="center" colspan="2">');d.writeln('<a href=""  OnClick="top.close()"><img src="img/' + url + '" width="' + w + '" height="' + h + '" border="0"></a><br><font face="geneva,arial" size="1" color="#CCCCCC">Click on image to close this window</font></td></tr>');d.writeln('<tr><td colspan="2" align="center"><font face="geneva,arial" size="1" color="#CCCCCC">©2000-2002 Niels Andersen Sculptures &nbsp; All Rights Reserved</font></td></tr>');d.writeln('</table>');d.writeln('</center></body></html>');d.close();}//END digipix zOOm Script-->