<!--
function display_image(form,imagename) {
//selectionname = form.imagename.options[form.imagename.selectedIndex].text;
selection = imagename;
PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=1010,height=710,top=1,left=1");
PreView.document.open();
PreView.document.write("<HTML><HEAD>");
PreView.document.write("<TITLE>" + title + "</TITLE>");
PreView.document.write("<script language='javascript'>window.focus();</script>");
PreView.document.write("</HEAD><BODY BGCOLOR=000000 TEXT=000000><CENTER>");
PreView.document.write("<table><tr><td>");
PreView.document.write("<IFRAME src='adtophugebanner.html' width=728 height=90 scrolling=no marginwidth=0 marginheight=0 frameborder=0></IFRAME>");
PreView.document.write("</td></tr></table><table><tr><td>");
PreView.document.write("<iframe src='adskyscraper.html' width=160 height=600 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>");
PreView.document.write("</td><td bgcolor=#D6D6D6>");
PreView.document.write("<IMG BORDER=0 HSPACE=0 VSPACE=0 SRC='images/" + selection + "'>");
PreView.document.write("<br><table><tr><td width=360><font face=Arial size=-1 color=black><span style=font-size:12><B>" + title + "<br></b></span></font></td>");
PreView.document.write("<td><a href='javascript:window.close();'><font face=Arial size=-1 color=black><span style=font-size:12>Close Window</span></font></a>");
PreView.document.write("<font face=Arial size=-1 color=black><span style=font-size:12> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>ModernRacer.com</b></span></font></td></tr></table>");
PreView.document.write("</td></tr></table><br>");
PreView.document.write("<iframe src='adbottombanner1.html' width=468 height=60 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>");
PreView.document.write("</CENTER></BODY></HTML>");
PreView.document.close();
    }
//-->