function windowLaunch(url) 
{
	window.open(url, 'new', config='height=650,width=200')
}