<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim AllBlends__MMColParam AllBlends__MMColParam = "1" If (Request.QueryString("Category") <> "") Then AllBlends__MMColParam = Request.QueryString("Category") End If %> <% Dim AllBlends Dim AllBlends_numRows Set AllBlends = Server.CreateObject("ADODB.Recordset") AllBlends.ActiveConnection = MM_palladio_STRING AllBlends.Source = "SELECT * FROM Blend WHERE Category = '" + Replace(AllBlends__MMColParam, "'", "''") + "' ORDER BY CodeName ASC" AllBlends.CursorType = 0 AllBlends.CursorLocation = 2 AllBlends.LockType = 1 AllBlends.Open() AllBlends_numRows = 0 %> <% Dim HLooper1__numRows HLooper1__numRows = -4 Dim HLooper1__index HLooper1__index = 0 AllBlends_numRows = AllBlends_numRows + HLooper1__numRows %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim AllBlends_total Dim AllBlends_first Dim AllBlends_last ' set the record count AllBlends_total = AllBlends.RecordCount ' set the number of rows displayed on this page If (AllBlends_numRows < 0) Then AllBlends_numRows = AllBlends_total Elseif (AllBlends_numRows = 0) Then AllBlends_numRows = 1 End If ' set the first and last displayed record AllBlends_first = 1 AllBlends_last = AllBlends_first + AllBlends_numRows - 1 ' if we have the correct record count, check the other stats If (AllBlends_total <> -1) Then If (AllBlends_first > AllBlends_total) Then AllBlends_first = AllBlends_total End If If (AllBlends_last > AllBlends_total) Then AllBlends_last = AllBlends_total End If If (AllBlends_numRows > AllBlends_total) Then AllBlends_numRows = AllBlends_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (AllBlends_total = -1) Then ' count the total records by iterating through the recordset AllBlends_total=0 While (Not AllBlends.EOF) AllBlends_total = AllBlends_total + 1 AllBlends.MoveNext Wend ' reset the cursor to the beginning If (AllBlends.CursorType > 0) Then AllBlends.MoveFirst Else AllBlends.Requery End If ' set the number of rows displayed on this page If (AllBlends_numRows < 0 Or AllBlends_numRows > AllBlends_total) Then AllBlends_numRows = AllBlends_total End If ' set the first and last displayed record AllBlends_first = 1 AllBlends_last = AllBlends_first + AllBlends_numRows - 1 If (AllBlends_first > AllBlends_total) Then AllBlends_first = AllBlends_total End If If (AllBlends_last > AllBlends_total) Then AllBlends_last = AllBlends_total End If End If %> Company > Mosaic > Palladio Mosaic
     Company      Promotion      Products      Design      Application      Technical      Fixing      Network      Contact      Member      Sitemap
      Profile     Mosaic
    


 

COMPANY
Profile
Mosaic
  Definition
  History
  Advantages
  Palladio Mosaic
  Palladio Design

Company > Mosaic > Palladio Mosaic

“PALLADIO” range of glass mosaics has 162 colours; including 11 of colour gold, named Aureo. There are a number of “Firsts” to the credit of PALLADIO. Products like Coloured Gold, Shining and Brillante with enamels are exclusive range of mosaics introduced for the first time in Indian market by Palladio.

The PALLADIO range consists of:

Vitreo – Solid Colours: Latest range of colours in international shades allow wide applications. The bright colours add to the cheerfulness and choices. Vitreo range comprises of 66 colours.

Fiammati – Marble Glass Mosaic: Marble appearance having natural, irregular and colourful texture for marvelous effects. Fiammati range comprises of 7 Colours.

Brillante – Scintillating Effects: Striated glass mosaics are produced with the blends of enamels and avventurina. These mosaics are manufactured by the new technology using transparent glass with special additives consisting of enamels and metal oxides. The high reflective index of these mosaics along with the presence of avventurina and enamels animate the environment especially with the strategically located lights. The luminous colour gives exuberance effect. Brillante range comprises of 45 colours.

Shining – Iridescent Effects: Iridescent Glass Mosaics with high gloss and colourful refractive power. Shining further strengthens the glossy qualities and the high refractive power of Vitreo and Brillante, thanks to a particular “alchemic” process, applied during the fusion of glass, combining silica sand, flux and metal oxides. The Shining effect gives the observer the intimate impression that the material lives with a light of its own. Shining range comprises of 40 colours.

Aureo – Midas Touch: First of all it is made with real 24-carat gold. The gold leaf is sandwiched between a base of plate glass and a very fine sheet of transparent glass, neutral or coloured, which gives special hues to the gold. There are 11 colours in this range, which is brought to you in close collaboration with the prestigious, historic Orsoni firm. The range of Gold glass mosaics in white, copper, yellow and many other colours having plain and wavy surface enhances the beauty of the design. Aureo range comprises of 11 colours.

Cristallino – Crystal with a difference: Exclusive range of agglomerated glass slab for various applications likes tabletops, wall paneling etc. The slabs in the Cristallino range are obtained, mixing transparent tempered glass grits, and / or avventurina (a semi-precious man-made stone) fragments with a binder, pigmented to give to the products their different colours. The transparencies of the glass grits, meticulously selected both in size and quantity, as well as the translucency of the avventurina fragments confer to the Cristallino products, their characteristic deepness and translucency. Cristallino range comprises of 30 colours.

 

 


PALLADIO GLASS LTD. 4th Floor, Samaan II, Opp. Reliance Petrol Pump, Anand Nagar, Ahmedabad - 380 051, Gujarat (INDIA).
Phone: +91-79-4000 6000 (30 lines). Fax: +91-79-4000 6200 e-mail: enquiry@palladio.in

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