function windowOpen(url)
{
	var w = window.open(url, null);
	w.focus();
}
