Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
112 lines (80 sloc)
2.53 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <BASE TARGET="body"> | |
| <TITLE>Navigate Architectural Concepts</TITLE> | |
| </HEAD> | |
| <BODY BGCOLOR="#ff0000" LINK="#000000" VLINK="#000000"> | |
| <script language="JavaScript"> | |
| if(navigator.appName == "Microsoft Internet Explorer" && | |
| parseInt(navigator.appVersion) >= 4){ | |
| ie4 = true; | |
| } | |
| else { | |
| ie4 = false; | |
| } | |
| function changeColor(){ | |
| if(ie4){ | |
| what = window.event.srcElement; | |
| if(what.className == "link"){ | |
| if(what.style.color == "black"){ | |
| what.style.color = "white"; | |
| } | |
| else { | |
| what.style.color = "black"; | |
| } | |
| } | |
| else {} | |
| } | |
| } | |
| document.onmouseover = changeColor; | |
| document.onmouseout = changeColor; | |
| // --> | |
| </script> | |
| <P><CENTER> </CENTER></P> | |
| <CENTER><FONT FACE="Arial">ARCONCEPTS.COM<br> | |
| <br> | |
| <IMG SRC="anime%20gifs/1.gif" WIDTH="108" HEIGHT="75" ALIGN= | |
| "BOTTOM" ALT="facaide" NATURALSIZEFLAG="3"> | |
| </CENTER> | |
| <P> | |
| <FONT SIZE=-1 FACE="Arial"><A | |
| HREF="front.html" class="link">About us </A><br> | |
| <A HREF="html/drawing%20board.html" class="link">The | |
| Drawing Board</A> <br> | |
| <A HREF="html/project%20hubcap.html" class="link">Project | |
| portfolio</A><br> | |
| <A HREF="html/services.html" class="link">Services</A> | |
| <br> | |
| <A HREF="html/recently.html" class="link">Recently | |
| Completed</A><br> | |
| <A HREF="html/contact.html" class="link">Contact us</A> | |
| <br> | |
| <A HREF="html/under%20const.html" class="link">Construction update</A> | |
| <br> | |
| <A HREF="html/Mission.html" class="link">Mission</A> | |
| <br> | |
| <A HREF="html/staff1.html" class="link">Our Staff</A><br> | |
| <A HREF="http://www.e-architect.com" class="link">AIA Online Network </a><br> | |
| <A HREF="http://www.libertynet.org/aia/index.html" class="link">Philadelphia | |
| AIA</A><br></FONT> | |
| <FONT SIZE=-2><A HREF="http://search.freefind.com/find.html?id=9990655&m=0&p=0" class="link"> | |
| Site Map</A> | | |
| <FONT SIZE=-2><A HREF="http://search.freefind.com/find.html?id=9990655" class="link"> | |
| Search</A> | | |
| <FONT SIZE=-2><A HREF="html/privacy%20policy.html" class="link"> | |
| Privacy</A><br> | |
| <br> | |
| <a href="http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?1340606" target="_top"> | |
| <img border="0" src="http://fastcounter.linkexchange.com/fastcounter?1340606+2681219"></a> | |
| <font face="arial" size="1"><br> | |
| <a href="http://fastcounter.linkexchange.com/fc-join" class="link" target="_top">FastCounter by LinkExchange</a> | |
| </font> | |
| <P><FONT SIZE=-2> | |
| The Grimmet Mansion at Oaklands Corporate Center<br> | |
| 626 W. Lincoln Highway Exton PA 19341<br> | |
| phone: 610-518-1596<br> | |
| fax: 610-873-1587<br> | |
| <A HREF="mailto:%20arconcepts@arconcepts.com" class="link">arconcepts@arconcepts.com</A> | |
| </FONT> | |
| </BODY> | |
| </HTML> |