function openWindow(url, name, width, height) 
{
	popupWin = window.open(url, name, ',width=' + width + ',height=' + height + ',left=0,right=0')
}