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

For Round Brilliant Cut diamonds use the following formulas:




For Fancy Cut diamonds the following calculations are made:



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