function launchecard()
 { 
  ecard = window.open("http://www.unknownprophet.com/include/_tellafriend.php?id=1&amp;criteria=id,body","_blank","width=700,height=480,menubar=no,resizable=no,scrollbars=yes,status=0");
  ecard.focus();
 }
function showmlist()
 {
  mlist = window.open("http://www.unknownprophet.com/mailinglist.html","_blank","width=670,height=480,scrollbars=0");
  mlist.focus();
 }
function visitorcomments()
 {
  visitorcomments = window.open("http://www.unknownprophet.com/visitorcomments.html","_blank","width=670,height=480,scrollbars=0");
  visitorcomments.focus();
 }

function SWFDelegate(url,width,height,caption) 
 {
  var objLink = document.createElement('a');
  objLink.setAttribute('href',url);
  objLink.setAttribute('rel','lightbox');
  objLink.setAttribute('title',caption);
  if(typeof width != 'undefined')
     objLink.setAttribute('width',width);
  if(typeof height != 'undefined')
     objLink.setAttribute('height',height);
  Lightbox.prototype.start(objLink);
}

function launchWords(id)
 { window.open("http://www.unknownprophet.com/LatestPropheticWords" + id + ".html","_blank","width=670,height=480,scrollbars=0"); }
function launchExcerpt(id)
 { window.open("http://www.unknownprophet.com/LastDaysAssignments" + id + ".html","_blank","width=670,height=480,scrollbars=0"); }
