// JavaScript Document

// www.mylord.hu

function LoadRandomSideImages(place,cnt) {
  if(document.getElementById(place) != 'undefined') {
	with(Math) { var rand = round(random() * 6); }
	  open_url('ajax_randomimage.php?cnt='+cnt+'&rnd='+rand,place);
  }
}

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);
}

window.onLoad = new function() {
  set_loading_message('<img alt="" src="images/loading.gif" width="16" height="16" border="0" align="top" /> Betöltés folyamatban...');
}
