<!--
function startLytebox() {
  var a = document.createElement("a");
  //a.href = "popup.php";
  a.href = "assets/newsletter_2009-1.jpg";
  a.rel = "lyteframe";
  a.title = "";
  a.rev = "width:766px;height:600px;scrolling:no";
  myLytebox.start( a, false, true);
}

/////
function img1Lytebox() {
  var a = document.createElement("a");
  //a.href = "popup.php";
  a.href = "assets/CCF14122009_00001.jpg";
  a.rel = "lyteframe";
  a.title = "";
  a.rev = "width:766px;height:600px;scrolling:no";
  myLytebox.start( a, false, true);
}

function img2Lytebox() {
  var a = document.createElement("a");
  //a.href = "popup.php";
  a.href = "assets/CCF18122009_00001.jpg";
  a.rel = "lyteframe";
  a.title = "";
  a.rev = "width:766px;height:600px;scrolling:no";
  myLytebox.start( a, false, true);
}
//-->

