var path = document.forms.P.path.value

document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href = \"#\" onclick = \"popwindowpics()\"><img border=\"0\" src=\""+path+"pics_of_the_day.jpg\" alt=\"View the Pictures of the Day\" width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>\n")
document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href = \""+path+"members/index.htm\"><img border=\"0\" src=\""+path+"members.jpg\" alt=\"SyntaxLAMP Members Page\" width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>\n")
document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href = \""+path+"services.htm\"><img border=\"0\" src=\""+path+"services.jpg\" alt=\"Services provided by SyntaxLAMP\" width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>\n")
document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href=\"http://www.syntaxlamp.com/blogs/nillas_blog\" target=\"_blank\"><img border=\"0\" src=\""+path+"nillas.jpg\" alt=\"Nilla's blog\" width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>\n")
document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href = \"http://www.syntaxlamp.com/blogs/dylans_blog\" target = \"_blank\"><img border=\"0\" src=\""+path+"dylans.jpg\" alt = \"Dylan's blog\"  width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>")
document.write("<tr>\n")
document.write("<td align=\"center\" height=\"20\" valign=\"top\"><a href = \"http://www.syntaxlamp.com/blogs/rhetts_blog\" target = \"_blank\"><img border=\"0\" src=\""+path+"rhetts.jpg\" alt=\"Rhett's blog\" width=\"120\" height=\"16\"></a></td>\n")
document.write("</tr>\n")

function popwindowpics()
{
   var pop = window.open(""+path+"archives/pics_of_the_day/viewer.htm", "", "width=560,height=480")
}
