$("#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 openJournalDoc(){
	
	$.fn.colorbox({ href: '/common/journalHelp.htm', open:true })
	
}
function openJournalNADoc(){
	
	$.fn.colorbox({ href: '/common/journalNAHelp.htm', open:true })
	
}
function openBookDoc(){
	
	$.fn.colorbox({ href: '/common/bookHelp.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 openRegistrationDoc(){
	
$.fn.colorbox({ href: '/registrationHelp.htm', open:true })
	
}
function openRecommendationDoc(){
	
	$.fn.colorbox({ href: '/recommendationHelp.htm', open:true })
	

}
