Pop-Out

<cfparam name="view" default="default" />
<html>
    <head>
        <title>King's Executive Retreats</title>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
        <link href="css/style.css" rel="stylesheet" type="text/css">
    </head>
    
    <body>
        
        <div id="wrapper">
            <div class="header_lt">
                <img alt="King's Executive Retreats" width="123" height="145" src="images/logo.jpg"/>
            </div>
            <div class="header_rt">
                <div class="navMenu">
                    <ul>
                        <li><a href="index.cfm?view=properties" title="view properties">home</a></li>
                        <li><a href="index.cfm?view=agents" title="view agents">the<br/>settings</a></li>
                        <li><a href="#" title="">how it<br />works</a></li>
                        <li><a href="index.cfm?view=support" title="contact key element support">area<br />activities</a></li>
                        <li><a href="#" title="">contact</a></li>
                    </ul>
                </div>    
            </div>
            
            <div style="clear:both;">
                <div class="homeContent_lt">
                    <img alt="" width="286" height="335" src="images/home_image.jpg"/>
    
    
                </div>
                <div class="homeContent_rt">
                    <!--- start view code here --->            
                    <cfswitch expression="#view#">
                        <cfcase value="welcome"><cfinclude template="views/view_welcome.cfm"></cfcase>
                        
                        <cfdefaultcase><cfinclude template="views/default.cfm"></cfdefaultcase>
                    </cfswitch>
                    <!--- end view code here --->
                    
                </div>
            </div>
            
            <div style="clear:both;">
                <div class="homeUnit_lt">
                    <img alt="" width="150" height="100" src="images/unit1_home.jpg" align="left" />
                    <h3>&gt;&gt;unit one</h3>
                    This unit is a 4000 square foot home with 4 bedrooms, large living room with lake view, weight room, hot tube, beautiful deck, pool table plus much more.
                    <a href="">learn more...</a>
                </div>    
                <div class="homeUnit_rt">
                    <img alt="" width="150" height="100" src="images/unit2_home.jpg" align="right" />    
                    <h3>&gt;&gt;unit two</h3>
                    This unit is a 2000 square foot home with 400 square foot guest house with private dock, huge deck, 4 bedrooms plus much more.        
                    <a href="">learn more...</a>    
                    <br />            
                </div>
            </div>
            
            <div style="clear:both;" class="footer">
                Copyright © <cfoutput>#year(now())#</cfoutput> King's Executive Retreats
            </div>
            
            <div style="clear:both;"></div>
        </div>
    
    </body>
</html>

Cut-N-Paste