function popup(){
    window.open('tell_a_friend.php', 'tellafriend_script', 'scrollbars=1,statusbar=1,resizable=1,width=400,height=510');
}

var box = {};
window.addEvent('domready', function() {
    box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});
});
