<% 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: clarity

This refers to how many internal imperfections a diamond has. The more internal imperfections, the less clear the diamond. If you looked at a diamond through a high powered jeweler's glass, (called a 10x loupe), you'd be able to see these imperfections, called inclusions. Inclusions are nature's birthmarks. They were formed when the diamond was crystallized millions of years ago.

The fewer and smaller the inclusions, the more rare and valuable a diamond is. This clarity is measured on a scale with 10 classifications: IF, VVS1, VVS2,

VS1, VS2, SI1, SI2, I1, I2, I3, with IF being the best and I3 being the most flawed.
Diamonds with SI2 or better clarity are called "eye clean" because an unaided human eye sees no imperfections.

Note: some diamonds are clarity enhanced. That means that they have been injected with a silicone filler that masks the inclusions. But unlike a diamond, these fillers don't last forever. By law, all clarity enhanced diamonds must be identified by the jeweler. Best Diamond Value never sells clarity enhanced diamonds.


[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 %>