function openWindow(url, width, height) {
	popupWin = window.open(url, 'mainwindow', 'scrollbars=yes,resizable=no,toolbar=yes,width='+width+',height='+height+',left=10,top=10,screenX=10,screenY=10');                
}