function openWindow(url)
{
	window.open(url, "_blank");
}