|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/ |
Upload File : |
<!--- <cfif sectionId Eq "1">
<cfset title = "Revivio - About Us">
<cfelseif sectionId Eq "2">
<cfset title = "Revivio - Technology">
<cfelseif sectionId Eq "3">
<cfset title = "Revivio - Advisory Board">
<cfelseif sectionId Eq "4">
<cfset title = "Revivio - News">
<cfelseif sectionId Eq "5">
<cfset title = "Revivio - Contact Us">
<cfelseif sectionId Eq "6">
<cfset title = "Revivio - Partners">
</cfif>
<cfset nav = "IntIo.gif">
<cfif SectionId EQ "3">
<cfset pId = "1">
<cfelse>
<cfset pId = "#pageid#">
</cfif> --->
<html>
<head>
<title> <cfoutput>#title#</cfoutput></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="STYLESHEET" type="text/css" href="styles.css">
<script language="JavaScript">
<!--
function popUpVar(url)
{
var ImageWin = null;
ImageWin = window.open(url,'ImageWin','width=590,height=500,scrollbars,resizable, left=200, top=100');
ImageWin.focus();
}
//-->
</script>
<cfinclude template="qrySubNav.cfm">
<cfif isDefined("SubPageId")>
<cfinclude template="qryBio.cfm">
<cfelse>
<cfinclude template="qryContent.cfm">
</cfif>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr valign="top" background="images/IntLiq.gif">
<td height="90" colspan="2" background="images/IntLiq.gif"><img src="images/IntLogo.gif" width="190" height="93" usemap="#Map4" border="0"><map name="Map4"><area shape="rect" coords="20,8,187,60" href="index.htm"></map><img src="images/int1_2.gif" width="183" height="93" usemap="#Map" border="0"><map name="Map"><area shape="rect" coords="27,36,82,55" href="interior.cfm?SectionId=1&PageId=1"><area shape="rect" coords="101,36,168,56" href="interior.cfm?SectionId=2&PageId=1"></map><img src="images/int1_3.gif" width="185" height="93" border="0" usemap="#Map2"><map name="Map2"><area shape="rect" coords="9,36,90,55" href="interior.cfm?SectionId=3&PageId=1"><area shape="rect" coords="113,39,166,53" href="interior.cfm?SectionId=6&PageId=1"></map><img src="images/int1_4.gif" width="240" height="93" usemap="#Map3" border="0"><map name="Map3"><area shape="rect" coords="60,38,124,53" href="interior.cfm?SectionId=5&PageId=1"><area shape="rect" coords="141,37,178,54" href="index.htm"><area shape="rect" coords="7,38,43,53" href="interior.cfm?SectionId=4&PageId=1"></map></td>
</tr>
<tr valign="top">
<td colspan="2" height="371">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="8%" height="544" valign="top" background="images/IntIO.gif">
<img src="images/IntIO.gif" width="165" height="28">
<cfif SectionId EQ "5">
<table cellspacing="1" cellpadding="1" border="0">
<tr>
<td class="text" height="30" nowrap><cfoutput><img src="images/#nav#"></cfoutput></td>
</tr>
<tr>
<cfif PageId Eq "1">
<td class="box" height="25" nowrap>> <a href="interior.cfm?sectionId=5&pageId=1"><b>Contact Us</b></a></td>
<cfelse>
<td class="box" height="25" nowrap>> <a href="interior.cfm?sectionId=5&pageId=1">Contact Us</a></td>
</cfif>
</tr>
<tr>
<td class="box" height="25" nowrap>> <a href="eform.cfm">Online Updates</a></td>
</tr>
</table>
<cfelse>
<table cellspacing="1" cellpadding="1" border="0">
<tr>
<td class="text" height="25" nowrap><cfoutput><img src="images/#nav#"></cfoutput></td>
</tr>
<cfoutput query="SubNav">
<tr>
<cfif Pid EQ "#subnav.PageId#">
<td class="box" height="25" nowrap>> <a href="interior.cfm?sectionId=#sectionId#&pageId=#pageId#"><b>#pagename#</b></a></td>
<Cfelse>
<td class="box" height="25" nowrap>> <a href="interior.cfm?sectionId=#sectionId#&pageId=#pageId#">#pagename#</a></td>
</cfif>
</tr>
</cfoutput>
</table>
</cfif>
</td>
<td width="92%" height="544" valign="top">
<table width="570" border="0" cellspacing="3" cellpadding="3">
<tr valign="top">
<td height="63"> <cfoutput><img src="images/#content.header#"></cfoutput>
</td>
</tr>
<tr valign="top">
<td height="84" class="text"> <cfoutput query="content">
#PageContent#
</cfoutput><P> </P></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>