// JavaScript Document
function openstains (a) {
OpenWindow=window.open("", "newwin", "height=404,width=404,toolbar=no,scrollbars="+scroll+",menubar=no");

OpenWindow.document.write("<HTML><HEAD>")
OpenWindow.document.write("<TITLE>Amish Stain Sample Closeup</TITLE>")
OpenWindow.document.write("</HEAD><BODY marginheight='0' bottommargin='0' rightmargin='0' leftmargin='0' marginwidth='0'>")
OpenWindow.document.write("<a href='#' onclick='javascript:window.close();'><img src='images/" + a +"' height='400' width='400' border='0'></a>")
OpenWindow.document.write("</BODY></HTML>")
OpenWindow.document.close()
self.name="main"
}
