<!--

function popConcept(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popConcept=window.open ("rec/concept.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}

function popCardboard(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popConcept=window.open ("rec/cardboard.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}

function popConcrete(){
        var popWidth = (window.screen.width/2) - (380 + 10);
        var popHeight = (window.screen.height/2) - (200 + 50); 
        
        //alert ( "w = " + popWidth + " and h = " + popHeight )
        
        var popConcept=window.open ("rec/concrete.html","3C", "toolbar=0,resizable=0,location=0,menubar=0,status=0,width=380,height=200,left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0");
        //popFlash.focus();
        
}
//-->

