/**
 * @author GLOBOsapiens GmbH
 * @copyright 2007
 * JQuery AJAX reply form
 */
 

$(document).ready(function() {
	var $loader = '<form method="post" name="comment" action="/subapp_gallery/act_insert_pic_comment_reply.php" style="margin-bottom:0; padding:0; border:0; margin:0" >	<textarea tabindex="2" name="reply" id="R1"  class="text_L" rows="7" cols="36" style="width:468px"  wrap="virtual"></textarea><br><input type="Image" src="/g/p/2/BN_ct_sa_en.gif" width="80" height="19" >';
	$('.RB1').click(function(){
		$('#C1').after($loader).fadeIn('slow');
		return false;
	});



});