﻿function showpic(c,a,g,h,d,b,e,f){document.write('<td class="pix">');document.write('<table align="center">');document.write("<tr><td>");showpic_nodtd("middle",c,a,g,h,d,b,e,f);document.write("</td></tr>");document.write('<tr><td class="legend">');document.write(a);document.write("</td></tr>");document.write("</table>");document.write("</td>")}function showpic_dbl(c,a,g,h,d,b,e,f){document.write('<td class="pix" colspan="2">');document.write('<table align="center">');document.write("<tr><td>");showpic_nodtd("middle",c,a,g,h,d,b,e,f);document.write("</td></tr>");document.write('<tr><td class="legend">');document.write(a);document.write("</td></tr>");document.write("</table>");document.write("</td>")}function showpic_nodtd(f,h,g,c,d,i,e,a,b){str="'"+i+"'";if(e=="")str2=str+",'"+g+"',"+c+","+d+",'"+a+"','"+b+"'";else str2=str+",'"+e+"',"+c+","+d+",'"+a+"','"+b+"'";document.write('<a href="" onclick="return showbigpic('+str2+')">');document.write('<img  alt="'+a+'" src="images/'+h);document.write('" align="'+f+'" vspace="5" hspace="5"');document.write(' title="photo courtesy of '+b);document.write('" style="border: 0px solid ; width: '+c+"px; height: "+d+'px;">');document.write("</a>")}function showpic_center(c,a,g,h,d,b,e,f){showpic_nodtd("center",c,a,g,h,d,b,e,f)}function showpic_right(c,a,g,h,d,b,e,f){showpic_nodtd("right",c,a,g,h,d,b,e,f)}function showpic_left(c,a,g,h,d,b,e,f){showpic_nodtd("left",c,a,g,h,d,b,e,f)}function showbigpic(b,a,e,f,c,d){x=750;y=f*750/e;if(y>540){x=x*540/y;y=540}wdth=x+50;hght=y+60;str="toolbar=no,location=no,scrollbars=yes,width="+wdth+",height="+hght;newWindow=window.open("","newWin",str);newWindow.document.write("<html>");newWindow.document.write("<head>");newWindow.document.write('<link rel="stylesheet" href="styles.css" type="text/css">');newWindow.document.write("</head>");newWindow.document.write("<body bgcolor='#FFFFFF' background='images/flags.gif'>");newWindow.document.write('<table width="100%">');newWindow.document.write('<tr><td class="centered">');newWindow.document.write('<img  alt="'+c+'" src="images/'+b);newWindow.document.write('" align="middle"');newWindow.document.write(' title="photo courtesy of '+d);newWindow.document.write('" style="border: 0px solid ; width: '+x+"px; height: "+y+'px;">');newWindow.document.write("</td></tr>");newWindow.document.write('<tr><td class="legend">');newWindow.document.write(a);newWindow.document.write("</td></tr>");newWindow.document.write('<tr><td class="clickleft">');newWindow.document.write('<a href="#" onClick="self.close()">Close</a>');newWindow.document.write("</td></tr>");newWindow.document.write("</table>");newWindow.document.write("</body>");newWindow.document.write("</html>");newWindow.document.close();newWindow.focus();return false}