var RolloverImgs = new Array;

//addEvent(window, 'load', user_init, false);

function user_init()
{
    vkysno_popups_init();
    
    $('a.menu-item').each(function(i, el) {
    	var href = (this.href.indexOf('?')>-1) ? (this.href+'&by=colorbox') : (this.href+'?by=colorbox');
    	$(el).colorbox({title: ' ', href: href}); //{width: '550px', iframe: true});
    });
}



