$(document).ready(function(){
			$(".colorbox").colorbox();
			$(".youtube").colorbox({iframe:true, width:650, height:550});  //for linking directly to youtube videos
			$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});  //outside webpage reference
			$(".stablenetwork1").colorbox({width:"50%", inline:true, href:"#stablenetwork_1"}); 
			$(".receipt1").colorbox({width:"50%", inline:true, href:"#receipt_1"}); 
			$(".inventory1").colorbox({width:"50%", inline:true, href:"#inventory_1"}); 
	 		$(".report1").colorbox({width:"50%", inline:true, href:"#report_1"}); 
			$(".networkblackout1").colorbox({width:"50%", inline:true, href:"#networkblackout_1"}); 
			$(".wireless1").colorbox({width:"50%", inline:true, href:"#wireless_1"}); 
			$(".touchscreen1").colorbox({width:"50%", inline:true, href:"#touchscreen_1"}); 
			$(".screen1").colorbox({width:"50%", inline:true, href:"#screen_1"}); 
			$(".padss1").colorbox({width:"50%", inline:true, href:"#padss_1"}); 
			$(".drawer1").colorbox({width:"50%", inline:true, href:"#drawer_1"}); 
			$(".warehouse1").colorbox({width:"50%", inline:true, href:"#warehouse_1"}); 
			$(".shelf1").colorbox({width:"50%", inline:true, href:"#shelf_1"}); 
			$(".statistical1").colorbox({width:"50%", inline:true, href:"#statistical_1"}); 
			$(".gift1").colorbox({width:"50%", inline:true, href:"#gift_1"}); 
			$(".currency1").colorbox({width:"50%", inline:true, href:"#currency_1"});
			$(".biometric1").colorbox({width:"50%", inline:true, href:"#biometric_1"}); 
			$(".preferred1").colorbox({width:"50%", inline:true, href:"#preferred_1"}); 
			$(".dual1").colorbox({width:"50%", inline:true, href:"#dual_1"}); 
			$(".search_pop").colorbox({width:"50%", inline:true, href:"#search_pop"}); //for the search pop-up reference
				
			});
