// JavaScript Document
$(document).ready(function(){
	$("a[rel='freight']").colorbox({width:"600px", height:"300px", iframe:true});
	$("a[rel='voucher']").colorbox({width:"600px", height:"250px", iframe:true});
	$("a[rel='newsletter']").colorbox({width:"800px", height:"600px", iframe:true});
	$("a[rel='tracking']").colorbox({width:"600px", height:"250px", iframe:true});
	$("a[rel='blog']").colorbox({width:"600px", height:"250px", iframe:true});
	$("a[rel='details']").colorbox({width:"800px", height:"550px", iframe:true});
	$("a[rel='login']").colorbox({width:"680px", height:"400px", iframe:true});
	$("a[rel='edit-contact']").colorbox({width:"680px", height:"400px", iframe:true});
	$("a[rel='edit-billing']").colorbox({width:"680px", height:"400px", iframe:true});
	$("a[rel='edit-delivery']").colorbox({width:"680px", height:"400px", iframe:true});
	$("a[rel='edit-security']").colorbox({width:"680px", height:"400px", iframe:true});
	$("a[rel='edit-pref']").colorbox({width:"680px", height:"400px", iframe:true});
});
