$(document).ready(function(){
   $("#link1").colorbox({inline:true, href:"#content1", width:"610px"});
   
   $("#link2").colorbox({inline:true, href:"#content2", width:"610px"});
   
   $("#link3").colorbox({inline:true, href:"#content3", width:"610px"});
   
   $("#link4").colorbox({inline:true, href:"#content4", width:"610px"});
   
   $("#link5").colorbox({inline:true, href:"#content5", width:"610px"});
   
   $("#link6").colorbox({inline:true, href:"#content6", width:"610px"});
   
   
   //$("#cboxTitle").remove();
   //$("#cboxClose").remove();
   
  });
