// JavaScript Document
function lyteflash(url,width,height,ftitle) {

   var objLink = document.createElement('a');
   objLink.setAttribute('href',url);
   objLink.setAttribute('rel','lyteframe');
   objLink.setAttribute('rev','width:'+width+';height:'+height+';')
   objLink.setAttribute('title',ftitle);
   myLytebox.start(objLink, false, true);
}
