function global_link(str)
{
	switch (str) {
		case 1:
		URL = "";
		break;
	}
	window.open(URL,'vs', '');
}
