function dispimg_land(selection)	{	PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=640,height=540");	PreView.document.open();	PreView.document.write("<HTML><HEAD>");	PreView.document.write("<TITLE>Field Furniture: " + selection + "</TITLE>");	PreView.document.write("</HEAD><BODY bgcolor='FFFFFF' text='000000' link='000000' vlink='000000' alink='000000'>");	PreView.document.write("<BR><DIV align=center>");	PreView.document.write("<IMG alt='Copyright &copy; 2003 FieldFurniture.com' width='600' height='400' border='1' " + "src='" + selection + "'>");	PreView.document.write("<BR><BR><FORM><INPUT type='button' value='Close' " + "onClick='window.close()'></FORM>");	PreView.document.write("</DIV>");	PreView.document.write("</BODY></HTML>");	PreView.document.close();	}