function launch1(){ newWind=window.open('COURSE01.HTM','newWindow',
		'status=no,toolbar=no,resizable=no,scrollbars=no,width=350,height=550')
	}
function launch2(){ newWind=window.open('Course_Fly_Overs/COURSE01.HTM','newWindow',
		'status=no,toolbar=no,resizable=no,scrollbars=no,width=350,height=324')
}
