<%@LANGUAGE="VBSCRIPT"%> <% Dim rsXTrees__MMColParam rsXTrees__MMColParam = "1" if (Request("MM_EmptyValue") <> "") then rsXTrees__MMColParam = Request("MM_EmptyValue") %> <% set rsXTrees = Server.CreateObject("ADODB.Recordset") rsXTrees.ActiveConnection = MM_connXmas_STRING rsXTrees.Source = "SELECT * FROM XmasTrees WHERE CategoryID = " + Replace(rsXTrees__MMColParam, "'", "''") + " ORDER BY ProductID ASC" rsXTrees.CursorType = 0 rsXTrees.CursorLocation = 2 rsXTrees.LockType = 3 rsXTrees.Open() rsXTrees_numRows = 0 %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Graham Brash Publishing
Graham Brash Graham Brash  search
 home about Graham Brash international authors contact
 
shopping cart
book categories
asian collection
biography
business
children
eduction
fiction
non-fiction
language
new age
pastimes & sports
textbooks
travel
 email Graham Brash
 
Sea Gypsy Village Resort
A Merry Christmas - with a tree from the Kingdom of Denmark!
 


Graham Brash has teamed up with Ove Ulrick Roed A/S of Denmark, Europe's largest Christmas Tree producing country, to bring high quality, but cost-competitive live Christmas Trees to Singapore.

With thousands of satisfied customers, and our Christmas trees now having been delivered to homes, hotels, retail outlets, and offices both in Singapore and regionally, (even as far away as Diego Garcia in the middle of the Indian Ocean), GB now looks to 2004 and further improved prices and service.

Graham Brash now prepares for Christmas 2004, and while still a considerable way off, we invite early expressions of interest from both existing and potential private, retail & wholesale sales. Please contact us for further information at sales@grahambrash.com.sg

Please see our price lists for individual trees, and an early bird discount of 25% will apply to all individual customer orders received before the 1st of October 2004. Wholesale and bulk order customer orders will receive similar considerations off our wholesale prices provided all necessary deposits and order confirmations are received before the 15th of October 2004.

We wish to thank all customers for their past and on going interest and support, and look forward to serving you in 2004.


previous page

Tree decorations Nordmann Firs

Pricing & Ordering details

Need to spruce up your Xmas Tree? Normann Firs on the Ove Ulrick Roed A/S estate.


about Ove Ulrick Roed A/S
(Adobe Acrobat file)

We also have specially imported Christmas Tree decorations available. Click here for details.

 

 

 
<% rsXTrees.Close() %>