function getURL(link)
{
	window.open(link);
}