	$(document).ready(function(){
	    $(".EditionsChart").colorbox({ width: "auto", inline: true, top: "7%", href:".inline_editions" });
		
		$(".2YrUpg").colorbox({width:"auto", inline:true, top:"20%", href:".inline_upgrade"});
        
		$(".PrmSpprt").colorbox({width:"auto", inline:true, top:"8%", href:".inline_support"});
		
		$(".PassWrd").colorbox({width:"auto", inline:true, top:"20%", href:".inline_password"});
		
		$(".CVV2").colorbox({width:"auto", inline:true, top:"8%", href:".inline_cvv2"});
		
		$(".Conversion").colorbox({width:"auto", inline:true, top:"20%", href:".inline_convert"});
		
		$(".StanVsSec").colorbox({width:"auto", inline:true, top:"20%", href:".inline_secure"});
		
		
		
		$(".AddItems").colorbox({inline:true, top:"20%", href:".inline_AddItems"});
		
		
		
		
		$(".login").colorbox({width:"auto", inline:true, top:"24%", href:".inline_login"});
		
		
		
		
		
		
		$(".AdFVJVUpsell").colorbox({width:"auto", inline:true, top:"8%", href:".inline_FVJVupsell"});
		
		
		
		$(".AdFVJVUpselltest").colorbox({width:"650px", height:"625px", top:"10%", iframe:true});
		
		
		$(".Privacy").colorbox({width:"auto", inline:true, top:"8%", href:".inline_privacy"});
		
		$(".QuickCart").colorbox({width:"auto", inline:true, top:"8%", href:".inline_cart"});
		
		$(".SelectPricing").colorbox({width:"500px", height:"635px", top:"10%", iframe:true});
		
		$(".ResellProdPrice").colorbox({width:"650px", height:"625px", top:"10%", iframe:true});
		
		$(".CustomerInfo").colorbox({width:"480px", height:"210px", top:"15%", iframe:true});
		
		$(".CurrCnvrt").colorbox({width:"60%", height:"60%", iframe:true});
		
		$(".ProdPricesu").colorbox({width:"auto", inline:true, top:"8%", href:".inline_pricingsu"});
		
		$(".ProdPriceSUGold").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingSUGold"});
		
		$(".ProdPriceSUSlvr").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingSUSlvr"});
		
		$(".ProdPriceSUBrnz").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingSUBrnz"});
		
		
		$(".ProdPriceFVJVGold").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingFVJVGold"});
		
		$(".ProdPriceFVJVSlvr").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingFVJVSlvr"});
		
		$(".ProdPriceFVJVBrnz").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingFVJVBrnz"});
		
		
		
		
		$(".ProdPriceAllegro").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingAllegro"});
		
		
		$(".ProdPriceFVStan").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingFVStan"});
		
		$(".ProdPriceFVSecr").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingFVSecr"});
		
		$(".ProdPriceSUBndl").colorbox({width:"auto", inline:true, top:"20%", href:".inline_pricingSUBndl"});
		
		$(".ProdPricefv").colorbox({width:"auto", inline:true, top:"14%", href:".inline_pricingfv"});
		
		$(".ProdPricesufv").colorbox({width:"auto", inline:true, top:"18%", href:".inline_pricingsufv"});
		
		$(".ProdPriceas").colorbox({width:"auto", inline:true, top:"16%", href:".inline_pricingas"});
		
		$(".ProdPricesulx").colorbox({width:"auto", inline:true, top:"8%", href:".inline_pricingsulx"});
		
		$(".ProdPricecd").colorbox({width:"auto", inline:true, top:"18%", href:".inline_pricingcd"});
		
		$(".CDInfo").colorbox({width:"auto", inline:true, top:"10%", href:".inline_cdinfo"});
		
		$(".HelpOvrly").colorbox({width:"auto", inline:true, top:"8%", href:".inline_help"});
		
		$(".example9").colorbox({
			onOpen:function(){ alert('onOpen: colorbox is about to open'); },
			onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
			onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
			onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
			onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
		});
		
	});
