function TwitterShare(url) {
	window.open(url, "", "width=500, height=300");
}
