<%@ language="VBScript" %> <% Const adOpenStatic = 3 Set Con = Server.CreateObject( "ADODB.Connection" ) Con.Open = "manudb" Set RS = Server.CreateObject( "ADODB.Recordset" ) RS.CursorType = adOpenStatic RS.ActiveConnection = Con RS.Open "SELECT projid, mini FROM projets WHERE company='manufac' AND status=1 ORDER BY projid" prodvar = RS.RecordCount Dim cellule cellule = 0 %> Manufacture Raymond - Architectural and ornamental metal products - commercial balancing doors, stainless steel doors, steel doors, stainless handrailings, steel handrails, Stainless steel, copper, brass, steel and other metal sheet products


Manufacture Raymond

We have put together in this section, large variety of our works and some of our most spectacular construction. Choose among one of them by clicking the thumbnail to enlarge the picture and to get more informations.


<% WHILE NOT RS.EOF %> <% cellule = cellule + 1 %> <% IF cellule MOD 3 = 0 THEN %> <% RS.MoveNext %> <% ELSE %> <% RS.MoveNext %> <% END IF %> <% WEND %>
">" hspace="2" vspace="0" border="0">


For more informations on any of these construction projects, do not hesitate to contact us during our regular business hours.




<% RS.Close set RS = Nothing Con.Close set Con = Nothing %>