function thub(x,y,t,b,a){

myWindow = window.open("","tinywindow", 'toolbar,width=600,height=600')

myWindow.document.write( "<script type=\"text/javascript\" src=\"main2.js\"></script>");
myWindow.document.write( "<style type=text/css>");
myWindow.document.write("<!--");
myWindow.document.write("body \{");
myWindow.document.write("background-color: #ffffff; margin-left: 2px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; \}");
myWindow.document.write(".style1 \{font-size: $thubFontpx\}");
myWindow.document.write(".style2 \{color: #999999\}");
myWindow.document.write("-->");
myWindow.document.write("</style>");

myWindow.document.write("<table width=100%; bgColor=#ffffff>");

myWindow.document.write("<td valign=\"left\"> <IMG src=\"logo.jpg\" height=60 width=80></td>");

myWindow.document.write("<td valign=\"left\">");

myWindow.document.write("<p class=style2> <strong> Photo of property ID:"+x+"</strong> </p> ");

myWindow.document.write("</td>");

myWindow.document.write("</table>");

myWindow.document.write("<td valign=top>");
myWindow.document.write(" <table align=center border=0 cellpadding=0 cellspacing=4> ");
myWindow.document.write("<tbody>");
myWindow.document.write("<tr align=center valign=middle>");


myWindow.document.write("<td> <IMG src=\"../site/images/image"+x+"\_"+y+".jpg"+"\"  border=0 align=middle name=photoslider></td>");



myWindow.document.write("</tbody>");
myWindow.document.write("</table>");
myWindow.document.write("</td>");

myWindow.document.write("<td align=\"center\" bgcolor=\"#dce5f1\" width=\"50%\">  &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; <a href=\"javascript:window.close();\"><strong>Close window</strong></a></td>")

myWindow.document.write(" <table align=center border=0 cellpadding=0 cellspacing=4> ");
myWindow.document.write("<td align=\"left\"  width=\"50%\"><a href=\"javascript:forward("+x+","+t+","+b+","+a+");\"><strong> Next </strong></a></td>");
myWindow.document.write("<td align=\"left\"  width=\"50%\"><a href=\"javascript:backward("+x+","+t+","+b+","+a+")\"><strong> Previous </strong></a></td>");

myWindow.document.write("</table>");

}

