// JavaScript Document

function popFlash(title, url) {
      var anchor = this.document.createElement('a');
	  var title = "ICON";
      anchor.setAttribute('rev', 'width: 730px; height: 485px; scrolling: no;');
      anchor.setAttribute('title', title);
      anchor.setAttribute('href', url);
      anchor.setAttribute('rel', 'lyteframe');
      //alert(anchor.getAttrbute('title'));
      myLytebox.start(anchor, false, true);
      //return false;
}
