function myThickbox(title, url){
	$('#TB_overlay').css('background', 'none');
	tb_show(title, url);
//	return false;
}
