function FullPlay(Url) {

	window.open("http://no1.myweb.hinet.net/f/index.html?"+Url,"","fullscreen");

}



function copyToClipBoard(){
	var clipBoardContent=document.location; 
	clipBoardContent+='\n#這個是我很喜歡的小遊戲，真誠向你推薦，希望你也會喜歡哦!';
	window.clipboardData.setData("Text",clipBoardContent);
	alert("耶！複製成功嘍！你可以在MSN/即時通對話框裡把這個遊戲分享給你的好朋友呀！再次感謝您對本站的支持哦！");
}


