<%@LANGUAGE="VBSCRIPT"%> <% Dim RS Dim RS_numRows Set RS = Server.CreateObject("ADODB.Recordset") RS.ActiveConnection = MM_nouveau_STRING RS.Source = "SELECT * FROM TOBUY_districts ORDER BY title ASC" RS.CursorType = 0 RS.CursorLocation = 2 RS.LockType = 1 RS.Open() RS_numRows = 0 %> Fabrics, Wallpapers and Trimmings : Upholstery and Curtain Fabric by Nouveau

HOME|COMPANY|COLLECTIONS|WHERE TO BUY|MILL SHOP|LOCATION|CONTACT

<% Set connImage = Server.CreateObject("Adodb.Connection") Set rsImage = Server.CreateObject("ADODB.Recordset") connImage.open = "nouveaudb1" sqlImage = "Select * from TOBUY_images where active = true" rsImage.open sqlImage, connImage %>

Where to Buy

This part of our website is under construction. Please contact us for your nearest retailer.

 

 

" alt="Curtain Fabric and Upholstery Fabric " name="one" width="250" height="250" class="bothbrd" id="one" />

Pattern Books

Our pattern books can be found in most leading interior decorator shops. A next day sampling service is available. We keep stock of all our fabrics and they are usually dispatched to arrive within 48hrs in the UK.

 

If you are having difficulty finding a design please call us for help.

Nouveau Fabrics Ltd . Queens Road . Doncaster . South Yorkshire . DN1 2NH
Tel: 01302 329601 . Fax: 01302 341489
Copyright 2004 Nouveau Fabrics

<% RS.Close() Set RS = Nothing %>