<!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Susan K. (kitykity@hotmail.com'> --> <!-- Web Site: http://www.kitykity.com/photoalbum --> <html> <head><TITLE>Photo Gallery</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta name="GENERATOR" content="MSHTML 6.00.2900.2523" > <meta name="template" content="basic white"> <STYLE type=text/css><!-- a:link { color:blue; text-decoration:underline; } a:active { color:red; } a:visited { color:blue; } </STYLE> </head> <BODY bgColor=#eeeeee> <TABLE cellPadding=2 width="90%" align=center bgColor=#000000> <TBODY> <TR> <TD> <TABLE cellPadding=2 width="100%" align=center bgColor=#ffffff> <TBODY> <TR> <TD> <CENTER><FONT size=6><FONT face=Arial size=5><STRONG>Print Solutions 2006 Booth Winners</STRONG></FONT> <BR><FONT face=Arial size=3></FONT></FONT></CENTER> <script type="text/javascript"> /********************************************************** * Suzy's Javascript Photo Album, version 5.5, March 2, 2003 * * Changed this version: can now use HTML tags in picture description. * * This javascript code may be used on other Websites if: * 1) This notice is left unchanged. * 2) A link to http://www.kitykity.com is placed on that page. * Please search the FAQ for answers to common problems and questions. * You may contact me at kitykity@hotmail.com for assistance. * **********************************************************/ self.name = "main"; // names current window as "main" PicVar = 0; function Fix(PicVal, TxtVal) { this.PicVal = PicVal this.TxtVal = TxtVal } var myimages = new Array() myimages[PicVar++] = new Fix("art/1formax.jpg", "Best Overall Booth (large): <a href='http://www.bescorp.com/'>Formax</a>") myimages[PicVar++] = new Fix("art/1wk.jpg", "Best Overall Booth (medium): <a href='http://www.wardkraft.com'>Ward/Kraft Inc.</a>") myimages[PicVar++] = new Fix("art/1quikprf.jpg", "Best Overall Booth (small): <a href='http://www.quikproof.com'>Quikproof</a>") myimages[PicVar++] = new Fix("art/1printegra.jpg", "Best Overall Design (large): <a href='http://www.printegra.com'>Printegra</a>") myimages[PicVar++] = new Fix("art/1equan.jpg", "Best Overall Design (medium): <a href='http://www.e-quantum.com'>e-Quantum</a>") myimages[PicVar++] = new Fix("art/1isodisk.jpg", "Best Overall Design (small): <a href='http://www.isodisc.com'>ISODISC</a>") myimages[PicVar++] = new Fix("art/1ennis.jpg", "Most Helpful Staff (large): <a href='http://www.ennis.com'>Ennis Inc.</a>") myimages[PicVar++] = new Fix("art/1mar.jpg", "Most Helpful Staff (medium): <a href='http://www.margraphics.com'>MAR Graphics</a>") myimages[PicVar++] = new Fix("art/anlite1.jpg", "Most Helpful Staff (small): <a href='http://www.flexmedia.ca'>Animated Lighting and Designs</a>") myimages[PicVar++] = new Fix("art/1wisenw.jpg", "Best Use of Technology (large): <a href='http://www.nextwavecolor.com'>Wise Business Forms Inc./Nextwave Digital Marketing</a>") myimages[PicVar++] = new Fix("art/1topform2.jpg", "Best Use of Technology (medium): <a href='http://www.topform.com'>TopForm Software Inc.</a>") myimages[PicVar++] = new Fix("art/1swf.jpg", "Best Use of Technology (small): <a href='http://www.swfeast.com'>SWF East</a>") myimages[PicVar++] = new Fix("art/1glat.jpg", "Most Creative (large): <a href='http://www.glatfelter.com/e/home.htm'>Glatfelter Carbonless & Specialty Papers Group</a>") myimages[PicVar++] = new Fix("art/1ce.jpg", "Most Creative (medium): <a href='http://www.hotce.com'>C.E. Printed Products</a>") myimages[PicVar++] = new Fix("art/1em.jpg", "Most Creative (small): <a href='http://www.envmart.com'>EM Print Group</a>") last = PicVar - 1; current = 0; function ShowPic(newpic) { current = newpic; document.getElementById("PicSpot").innerHTML = '<img name="PicShowing" src=' + myimages[current].PicVal + ' border=0>'; document.getElementById("Journal").outerHTML = '<div id=journal>' + '<p><font face=arial size=2>' + myimages[current].TxtVal + '</font></div>'; } function PreviousPic() { last = current; current--; if(current<0) current = PicVar - 1; ShowPic(current); } function NextPic() { last = current; current++; if (current>=PicVar) current = 0; ShowPic(current); } </script> <form name="Form"> <table style="padding:0px; margin:0px" align=center border=0 cellpadding=3 cellspacing=0> <tr> <td valign=top> <div id="PicSpot" align="center"> <script language=javascript> document.write('<img name="PicShowing" src=' + myimages[current].PicVal + ' border=0>'); </script> </div> </td> <td valign="top"> <div id="Journal" align="left"> <script language=javascript> document.write('<p align=left><font face=arial size=2>' + myimages[current].TxtVal + '</p>') ; </script> </div> <br><br> <input type=button value="Previous Photo" onClick="PreviousPic();" style="font:8pt verdana,helvetica,arial; text-align:center"> <input type=button value="Next Photo" onClick="NextPic();" style="font:8pt verdana,helvetica,arial; text-align:center"> </td> </tr><tr><td align=center colspan=2><FONT face="arial" size=2><U><FONT color=#0000ff>Click here to&nbsp;return</FONT></U><A href="http://www.dmia.org/sol_center/enewsletter/06oct13.html"> to&nbsp;Print Matters for Oct. 13, 2006</A></FONT></td></tr></table> </font></p><p> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <DIV align=center><p><FONT face=arial color=#000000 size=1>Photo album script based on KityKity's Photo Album from <a href="http://www.kitykity.com/photoalbum/">http://www.kitykity.com</a></font></p></DIV> <DIV align=center><FONT face=arial color=#000000 size=1>Copyright 2006 <A href="http://www.dmia.org">Document Management Industries Association</A></FONT><BR><BR></DIV> </body> </html>