/*
 modulek pri pomoshi jquery ishet 
 ssilki s ukazannim @hrefpop@
 zamenyet eto vse na "highslide" kod
*/
var rtpop_src = new Array ();
var rtpop_text = new Array ();

// ishem
jQuery(function($) {

 // rabotaem nad ssilkami
 $('a[@hrefpop=true]').each(function(i){                   

  $(this).addClass('highslide');

  rtpop_src[i] = new Object();
  rtpop_src[i].src = $(this).attr('href');

  this.onclick = function(){
   return hs.expand(this, {src: rtpop_src[i].src}); //, objectType: 'ajax', objectType: 'iframe', objectWidth: 700, objectHeight: 900, contentId: 'highslide-html'
  };
  hs.captionId = 'the-caption';

  //this.href = 'javascript:void(false);';

 });

})
