Advertisement
Guest User

Untitled

a guest
Dec 15th, 2010
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $$('.rvc_switch').each(function(item){
  2.                         item.addEvent('click',function(){
  3.                             var title = item.getProperty('title');
  4.                             if($chk('review_'+title)){$('review_'+title).setStyle('display','block');}
  5.                             $('id_review_'+title).remove();
  6.                             item.getParent().remove();
  7.                             dropFx.start('7389AE').chain(dropFx.start.pass('ffffff', dropFx));
  8.                         });
  9.                     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement