			$(document).ready(function(){
				$.fn.colorbox.settings.opacity = "0.5"; 
				$.fn.colorbox.settings.transition = "none";
				$.fn.colorbox.settings.innerWidth = "815";
				
				$("a[href='/product/popups/index-bom.html']").colorbox({innerHeight:"638", iframe:true, href:"/product/popups/index-bom.html"});
				$("a[href='/product/popups/index-change.html']").colorbox({innerHeight:"585", iframe:true, href:"/product/popups/index-change.html"});
				$("a[href='/product/popups/index-collaboration.html']").colorbox({innerWidth:"686",innerHeight:"326", iframe:true, href:"/product/popups/index-collaboration.html"});
				$("a[href='/product/popups/index-compliance.html']").colorbox({innerHeight:"374", iframe:true, href:"/product/popups/index-compliance.html"});
				$("a[href='/product/popups/index-integration.html']").colorbox({innerWidth:"813",innerHeight:"224", iframe:true, href:"/product/popups/index-integration.html"});

				/*$("a[href='/product/popups/vid-change-management.html']").colorbox({initialHeight:"600",width:"835",height:"650", href:"/product/popups/vid-change-management.html"});
				$("a[href='/product/popups/vid-detail-complete-boms.html']").colorbox({initialHeight:"600",width:"835",height:"650", href:"/product/popups/vid-detail-complete-boms.html"});
				$("a[href='/product/popups/vid-detail-items.html']").colorbox({initialHeight:"600",width:"835",height:"650", href:"/product/popups/vid-detail-items.html"});
				$("a[href='/product/popups/vid-detail-change-management.html']").colorbox({initialHeight:"600",width:"835",height:"650", href:"/product/popups/vid-detail-change-management.html"});
				$("a[href='/product/popups/vid-detail-bom-views.html']").colorbox({initialHeight:"600",width:"835",height:"650", href:"/product/popups/vid-detail-bom-views.html"});*/


				$(".popupVideo").click( function(){ 		
					var currentLink = this.href;

					$.fn.colorbox.settings.opacity = "0.5"; 
					$.fn.colorbox.settings.transition = "none";
					
					var videoWidth = 715;
					var videoHeight = 480;
					var popupWidth = videoWidth;
					var popupHeight = videoHeight+88;
					/*var popupWidth = 640;
					var popupHeight = 427;*/
					
					$.fn.colorbox({href:currentLink, open:true,innerWidth:popupWidth,innerHeight:popupHeight, iframe:true});
					return false;
				});
	
			});

