function newWindow(url)
{
	window.open(url);
}




