
<!--#include Virtual="/images/homeheader.inc"--> 
    
    
    
    <!-- This is the Section to be Placed Dynamically -->

<CENTER>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="650" height="500">
<TR>
<TD BGCOLOR="#FFFFFF" HEIGHT="22">


<table border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="#ffffff">
<% 
Dim i
For i = 1 to 8 step 1 
If Len(Request.Querystring("P" & i & "C")) <> 0 Then
%>
    <td bgcolor="#f5f5eb" height="1"><img src="/images/spacer.gif"width="1" height="1"></td>
    <td id="rightedge<%=i%>" rowspan="2" bgcolor="#ECEEEC"><img border="0" src="/webimages/tabright.gif" width="5" height="21"></td>
    <td rowspan="2" width="4"><img src="/webimages/spacer.gif"width="1" height="1"></td>

<%
End if 
Next
%>
    <td bgcolor="#f5f5eb" height="1"><img src="/images/spacer.gif"width="1" height="1"></td>
    <td id="rightedge<%=i+1%>" rowspan="2" bgcolor="#ECEEEC"><img border="0" src="/webimages/tabright.gif" width="5" height="21"></td>
    <td rowspan="2" width="4"><img src="/webimages/spacer.gif"width="1" height="1"></td>
</tr>
<tr>
<%
For i = 1 to 8 step 1 
If Len(Request.Querystring("P" & i & "C")) <> 0 Then
%>
    <td bgcolor="#f5f5eb" onMouseover="hightab(this,event,<%=i%>)" onMouseout="hightab(this,event,<%=i%>)">&nbsp;
<a href="viewpanosdetail.asp?IMG=<%=Request.Querystring("MLS")%>/<%=Request.Querystring("P" & i)%>&MLS=<%=Request.Querystring("MLS")%>&CALL=<%=Server.URlEncode(Request.Querystring("P" & i & "C"))%>&360=<%=Server.URlEncode(Request.Querystring("PT" & i))%>" TITLE="Clickt To View the <%=Request.Querystring("P" & i & "C")%> Panoramic!" TARGET="Pano">
<font face="Verdana" size="1"><b><%=Request.Querystring("P" & i & "C")%></b></font>&nbsp;</a>
</td>
<%
End if 
Next
%>
    <td bgcolor="#f5f5eb" onMouseover="hightab(this,event,<%=i+1%>)" onMouseout="hightab(this,event,<%=i+1%>)">&nbsp;
<a href="javascript:window.close()">
    <font face="Verdana" size="1"><b>Close</b></font></a>
</td>
 </tr>
</table>

<script language="JavaScript1.2">
function hightab(what,e,edge){
if (document.getElementById){
color=(e.type.toLowerCase()=="mouseover")? "#FFFFFF" : "#f5f5eb"
what.bgColor=document.getElementById("rightedge"+edge).bgColor=color
}
}
</script>

</td>
</tr>
<TR>
<TD BGCOLOR="#FFFFFF" HEIGHT="400" WIDTH="650" VALIGN="top" align="center">
<IFRAME SRC="/images/viewpanosdetail.asp?MLS=<%=Request("MLS")%>" NAME="Pano" SCROLLING="Auto" ALIGN=TOP WIDTH="650" HEIGHT="400" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>
<br>
<font face="tahoma"><b>Click a link above to Launch the Panoramic Views into a seperate Window.</b></font>
</IFRAME>
</TD>
</TR>
<tr>
<td align="center" Height="78" width="650" VALIGN="top" align="center">
<img src="/webimages/HVNEWFULLsmall.jpg">
</td>
</tr>
</TABLE>




<!-- End Content Area -->

</td>
</tr>
</table>
<!--#include Virtual="/images/homefooter.inc"--> 