<!--
if (st2 != -1 || st3 != -1 || st4b != -1){

var Pic;

Pic = "<table width='100%' cellspacing='0' cellpadding='1'>";
Pic = Pic + "<tr>";
Pic = Pic + "<td bgcolor='#00499C'>";
Pic = Pic + "<table width='100%' cellspacing='0' cellpadding='8'>";
Pic = Pic + "<tr>";
Pic = Pic + "<td bgcolor='#FFFFFF'>";
Pic = Pic + "<div align='center'>";

Pic = Pic + "<table border=0 cellspacing=0 cellpadding=0><tr>";
if (st2 != -1)
{
	Pic = Pic + "<td valign=bottom rowspan=2><img src=/images/SJC/"+isPic+"></td>"
}
Pic = Pic + "<td><img src=/images/SJC/spacer.gif></td>";
if (st3 != -1) 
{
	Pic = Pic + "<td valign=top rowspan=2><img src=/images/SJC/"+osPic+"></td>"
}
Pic = Pic + "</tr><tr>";
if (st4b != -1)
{
	Pic = Pic + "<td><img src=/images/SJC/"  + llPic+"></td>"
}
Pic = Pic + "</tr></table>";

Pic = Pic + "</div>";
Pic = Pic + "</td>";
Pic = Pic + "</tr>";
Pic = Pic + "</table>";
Pic = Pic + "</td>";
Pic = Pic + "</tr>";
Pic = Pic + "</table>";

document.write(Pic);
}

// -->
