function openindex(back)
      { 
OpenWindow=window.open("", "newwin", "height=600, width=800, toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Background Preview</TITLE>")
content="<TITLE>Background Preview</TITLE>";
content=content+ "<body background='back/" + back + "'>";
content=content + "<h1>Background Preview</h1><FORM>";
content=content + "<INPUT TYPE='image' src='close.gif' onClick='window.close()'>"; 
content=content+ "</FORM>";
content=content+"<img src='/cgi-sys/Count.cgi?df=surfersam.com-previewbackground.htm'  width=1 height=1>";
content=content+"</body></html>";
OpenWindow.document.write(content);
OpenWindow.document.close()
self.name="main"
     }





