// JavaScript Document
$(document).ready(function(){
			$('a.openpage').colorbox({title:function(){ return $(this).attr('caption'); }});
				//Examples of how to assign the ColorBox event to elements
		
				$(".openflash").colorbox();
				$(".openpage").colorbox({width:1030, height:"80%", iframe:true});
				$(".opendemo").colorbox({width:800, height:600, iframe:true});
				$(".openmall").colorbox({width:850, height:540, iframe:true});
				$(".opendashboard").colorbox({width:700, height:800, iframe:true});
			});
