jQuery.noConflict();

jQuery(document).ready(function() {
  jQuery(".content").hide();
  //toggle the componenet with class msg_body
  jQuery(".heading").click(function()
  {
    jQuery(this).next(".content").slideToggle(250);
  });
});

jQuery(document).ready(function() {
  jQuery(".subcontent").hide();
  //toggle the componenet with class msg_body
  jQuery(".subheading").click(function()
  {
    jQuery(this).next(".subcontent").slideToggle(250);
  });
});


function openpopup() {
var popurl='https://www.e-application.cancercare.net.au/eApplication/newBusiness?brand=ACRF&product=Cancer%20Care&tracking_code=&request_type=Quote&application_type=Individual&promotion_code=ACRF20110601';
winpops=window.open(popurl,"","width=1020,height=550,scrollbars,resizable=1");
}

function openretrieve(url) {
var popurl=url;
winpops=window.open(popurl,"","width=1020,height=550,scrollbars,resizable=1");
}

