<!--
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=785,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=FFFFFF TEXT=000000><CENTER>");
PreView.document.write("<table><tr><td>");
PreView.document.write("<IFRAME src='/adtopbannerimage.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("<center><IMG BORDER=0 HSPACE=0 VSPACE=0 SRC='" + selection + "'></center>");
PreView.document.write("<br><table><tr><td width=558><center><font face=Arial size=-1 color=black><span style=font-size:12><B>" + title + " - DriveArabia.com<br></b></span></font>");
PreView.document.write("<a href='javascript:window.close();'><font face=Arial size=-1 color=black><span style=font-size:12>Close Window</span></font></a><br><br></center>");

PreView.document.write("<tr><td>");
PreView.document.write("<center><iframe src='/adbottombanner.html' width=468 height=60 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe></center>");
PreView.document.write("</td></tr>");

PreView.document.write("</table>");
PreView.document.write("</td></tr></table><br>");

PreView.document.write("</CENTER></BODY></HTML>");
PreView.document.close();
    }
//-->
