<?php include 'header.php' ?>

<body bgcolor="#eff7ff" text="#000020" link="#000050"  >

<table border=2 bgcolor="#69C6C4">
<tr>
<?php include 'table_labels.php' ?>
</tr>
<tr>
<?php include 'IC_5148_line.php' ?>
</tr>
</table>
<title><?php echo "$pn_name"; ?></title>

<HR NOSHADE SIZE=3 WIDTH=100%>

<table border=2 bgcolor="#69C6C4">
<tr>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$rgb_jpg"; ?>" width=350>
</td>
<td width=300>

<h3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?php echo "$pn_name"; ?></h3>

<UL>
<LI> Red = IRAC 4
<LI> Green = IRAC 1
<LI> Blue = DSS red
</UL>
<BR>


</td>
</tr>
</table>


<HR NOSHADE SIZE=3 WIDTH=100%>
<h3>Optical Images</h3>
<BR>

<table border=2 bgcolor="#69C6C4">
<tr>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$dss_jpg"; ?>" width=350>
</td>

</tr>

<tr>
<td align=center>
DSSr <BR> Red image
</td>

</tr>
</table>

<HR NOSHADE SIZE=3 WIDTH=100%>

<h3>Spitzer IRAC Images</h3>
<BR>

<table border=2 bgcolor="#69C6C4">
<tr>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$irac1_jpg"; ?>" width=350>
</td>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$irac2_jpg"; ?>" width=350>
</td>
</tr>

<tr>
<td align=center>
IRAC 1 <BR> 3.6 micron
</td>
<td align=center>
IRAC 2 <BR> 4.5 micron
</td>
</tr>

<tr>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$irac3_jpg"; ?>" width=350>
</td>
<td>
<IMG SRC="<?php echo "$imagefolder"; echo "$irac4_jpg"; ?>" width=350>
</td>
</tr>

<tr>
<td align=center>
IRAC 3 <BR> 5.8 micron
</td>
<td align=center>
IRAC 4 <BR> 8.0 micron
</td>
</tr>
</table>

<HR NOSHADE SIZE=3 WIDTH=100%>



<BR>





