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

When people talk about how big a diamond is, they're talking about carats. The carat is a measurement of weight. One carat equals 1/5 of a gram. The weight of a diamond can also be measured in points - 100 points equal one carat.

A word of caution - don't be over impressed by size. Remember, cut, color and clarity also determine the value of a diamond. In fact, a 1/2 carat diamond that is D color with a good cut and no flaws can be worth more than twice as much as a 1 carat diamond with a poorer color and cut, and more flaws.




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