<% execute "dim intCategoryID, objCategory" intCategoryID = 0 if Len(Request.QueryString("Category_ID")) > 0 Then on error resume next intCategoryID = CLng(Request.QueryString("Category_ID")) on error goto 0 elseif Len(Request.Form("Category_ID")) > 0 Then on error resume next intCategoryID = CLng(Request.Form("Category_ID")) on error goto 0 end if set objCategory = Server.CreateObject ("ACBStore.tCategory") if not objCategory.Load(objToken, intCategoryID) then set objCategory = nothing appRedirect objToken.SharedURL & "error.asp" & objToken.SID_String & "Err=1100" end if %>
 

Satisfy Your Passion for Diamonds!

PRODUCTS I THOUGHTS I ABOUT US I RESOURCES
T-shirts to express what you don't have the nerve to say ! Home | View Cart | Order Status | Contact Us


Diamond Buying: color

Although most diamonds appear white, the less color a diamond has, the more rare and valuable it is. The best diamonds are completely colorless. That's why diamonds are rated on a color scale from D-Z, with D having the least color and Z having the most. Diamonds can also come in "fancy" colors like blue or yellow. These are very rare and very expensive.




Color grading from totally colorless to light yellow.The differences between one grade and another are very subtle as can be seen by the number of grades within any one category.

[Color] [Cut] [Clarity] [Carat]
Products

diamond education

 


-------------------------------------------------Directory Partners------------------------------------------------
JewelryBest.com - Best jewelry websites on the internet. JewelrylinkExchangeThe Source for Jewelry Information Jewelry Magazine

   
 
 
Copyright @ 2005 DiamondAgent.com.| 212-319-0070 | TEES@DiamondAgent.com
 
 
<% objCategory.Reset set objCategory = nothing %>