$("#purchType").change(function() {

	if($(":selected", this).val() == 'Automatic Subscription') {
		$.fn.colorbox({ href: 'autoSub.htm', open:true })
	}
	
});

function click1(){
	
	$.fn.colorbox({ href: 'ccHelp.htm', open:true })
	
}
function openTaxDoc(){
	
	$.fn.colorbox({ href: 'taxHelp.htm', open:true })
	
}
function openGCDoc(){
	
	$.fn.colorbox({ href: 'gcHelp.htm', open:true })
	
}
function openCouponDoc(){
	
	$.fn.colorbox({ href: 'couponHelp.htm', open:true })
	
}
function openDebitDoc(){
	
	$.fn.colorbox({ href: 'debitHelp.htm', open:true })
	
}
function openSubDoc(){
	
	$.fn.colorbox({ href: 'subHelp.htm', open:true })
	
}
function openBulkQtyDoc(){
	
	$.fn.colorbox({ href: '/include/bulkqty.htm', open:true })
	
}
