//<!--SAVE TO BOTH FOLDERS-->

document.write("<table border=0 rules=none cellpadding=0 cellspacing=0>")
document.write("<tr><td width=10 height=10><img src=TLcorner.gif height=10 width=10></td>")
document.write("<td width=45% height=10><img src=TEdge.gif height=10 width=100%></td>")
document.write("<td width=10% height=10><img src=TEdge.gif height=10 width=100%></td>")
document.write("<td width=45% height=10><img src=TEdge.gif height=10 width=100%></td>")
document.write("<td width=10 height=10><img src=TRcorner.gif height=10 width=10></td></tr>")
document.write("<tr><td width=10><img src=LEdge.gif width=10 height=100%></td>")
document.write("<td width=45% valign=top bgcolor=EFEAD3>")

var PodCounter = 1

function PicAndText(SelectPic, SelectHeight, SelectAlt, SelectAlign, SelectContent)
{
if(SelectPic[PodCounter] != "Null")
{
document.write("<a href="+SelectPic[PodCounter]+" rel=\"thumbnail\"><img src="+SelectPic[PodCounter]+" width=200 border=2 height=")
document.write(SelectHeight[PodCounter]+" align="+SelectAlign[PodCounter]+" alt="+SelectAlt[PodCounter]+"></a>")
document.write(SelectContent[PodCounter])
}
else
{
document.write(SelectContent[PodCounter])
}
PodCounter++
}

while (rows1 >= 1)
{
PicAndText(SelectPic, SelectHeight, SelectAlt, SelectAlign, SelectContent)
rows1--
}

document.write("</td>")
document.write("<td width=10% bgcolor=EFEAD3></td>")
document.write("<td width=45% valign=top bgcolor=EFEAD3>")

while (rows2 >= 1)
{
PicAndText(SelectPic, SelectHeight, SelectAlt, SelectAlign, SelectContent)
rows2--
}

document.write("</td><td width=10 height=100%><img src=REdge.gif width=10 height=100%></td></tr>")
document.write("<tr><td width=10 height=10><img src=BLcorner.gif height=10 width=10></td>")
document.write("<td width=45% height=10><img src=BEdge.gif height=10 width=100%></td>")
document.write("<td width=10% height=10><img src=BEdge.gif height=10 width=100%></td>")
document.write("<td width=45% height=10><img src=BEdge.gif height=10 width=100%></td>")
document.write("<td width=10 height=10><img src=BRcorner.gif height=10 width=10></td></tr>")
document.write("</table>")
