// JavaScript Document





//-----------------------

// pop up

//-----------------------





//redballon

function redballon(){ 

	rbwin=window.open("rb/index.html","commentwin","toolbar=no,scrollbars=no,resizable=no,height=550,width=700,left=20,top=20");

	if(rbwin){ 

		if(rbwin.open){ 

			rbwin.focus(); 

		}	

	}

}




