function popup99(url, width, height)
{
	var newWin = window.open(url,"windowName",'width='+width+',height='+height+',top=20,left=20,resizable=0,scrollbars=1,menubar=0,location=0,directories=0,status=1');
	newWin.focus()
}
