function SetBookMarkletCCG(Mode,ScreenName,UserName){
	if(Mode == 'Twitter'){
		if(ScreenName){
			n= 'てはじめにサークル『' + UserName + '』のサークルカットでも作ってみました。';
			URLOption = ScreenName + '/';
		}else{
			n = 'サークルカット画像自動生成プログラム『サークルカットジェネレータ』';
			URLOption = '';
		}
		var URL = 'http://twitter.com/home/?status=' + encodeURIComponent(n + ' ≫ http://www.doujinbu.com/ccg/' + URLOption + ' #CircleCutGenerator ');
		// alert(URL);
	}
	void window.open(URL,'popup','width=720px,height=480px,status=1,location=0,resizable=1,scrollbars=1,left=' + ((GetInnerSize('Width') - 720) / 2) + ',top=' + ((GetInnerSize('Height') - 480) / 2),0);
	return true;
}

