$(document).ready(function(){
			$(".signup").colorbox({innerWidth:"360px", innerHeight:"530px", inline:true, href:"#signup"});
			$(".department").colorbox({innerWidth:"360px", height:"650px", inline:true, href:"#department"});
			$(".signup-unsub").colorbox({innerWidth:"420px", innerHeight:"280px", inline:true, href:"#signup-unsub"});
			$(".signup-ack").colorbox({innerWidth:"400px", innerHeight:"400px", inline:true, href:"#signup-ack", open:true});
			$(".signup-optout").colorbox({innerWidth:"400px", innerHeight:"420px", inline:true, href:"#signup-optout", open:true});
			$(".need-help").colorbox({innerWidth:"400px", innerHeight:"420px", inline:true, href:"#need-help"});
			$(".department-ack").colorbox({innerWidth:"400px", height:"300px", inline:true, href:"#department-ack", open:true});
			$(".department-nak").colorbox({innerWidth:"400px", height:"400px", inline:true, href:"#department-nak", open:true});
			$(".thanksdept-ack").colorbox({innerWidth:"400px", innerHeight:"400px", inline:true, href:"#thanksdept-ack", open:true});
			$(".pop").colorbox({maxWidth:"950px", initialHeight:"1000", inline:true, href:"#inline_cart", open:true});
			$(".stock").colorbox({width:"100%", height:"100%", rectangle:true});
            $(".logopop").colorbox({width:"950px", height:"480px", rectangle:true});
			
			
         
                        
                       
		});
