function kDown()
{
	alert("感謝您對本網站的支持!");
	return true;
}
function right(mousebutton)
{
	if (event.button == 2 || event.button==3)
	{
		alert("感謝您對本網站的支持!");
		return false;
	}

}
function mov()
{
	return false;
}

function OpenWin(LinkWay)
{
	NewWin=window.open(LinkWay,"NewWin","resizable=yes,scrollbars=yes");
	NewWin.focus();
}


document.onmousedown=right;
document.oncontextmenu=mov;
document.onselectstart=mov;
document.ondragstart=mov;
document.onmousemove=mov;
