﻿function linkOut(str)
{
	window.open(str);
}