//  lb(FRAMENAME) shortcut link to Batesville casket personalization from FuneralNet mastercart
//      syntax:
//      <A onclick=javascript:lb(12345); href="#"><EM>Personalize this Batesville Casket</EM></A>
//  ...for each casket, you will have to substitute 12345 with the fhc_id provided by batesville.
//  
//  The following line MUST be placed in
//  /httpd/programs/mastercart/clients/CLIENTNAME/templates/_wrapper.html
//  
//      <script language="javascript" 
//       src="http://common.funeralnet.com/js/link_batesville.js"></script>
//  
//  -- Michael Lieberman <mjl@funeralnet.com> 16 Feb 2007

var batesurl = 'http://www.meaningfulfunerals.net/standalones/batesville_dhtml.cfm?fhc_id=';
function lb(fhcid){
  theurl = batesurl+fhcid;
  window.open(theurl, 'Configurator','toolbar=no,location=no,scrollbars=no,resizable=yes,width=730,height=510');
}
