function openWindow(url, w, h)
{
	window.open(url, 'popup', 'width=' + w + ',height=' + h + ',left=100,top=100').focus()
}