// Open a Pop-up window and load another page into it.
function PopUp(FileName) {
	var PopUpWindow = window.open(FileName,"PopUp","Height=400,Width=450,scrollbars");
}
function popupTones() {
	var PopUpWindow = window.open("tones.asp","PopUp","Height=500,Width=450,scrollbars");
}
function popupTones_fr() {
	var PopUpWindow = window.open("tones_fr.asp","PopUp","Height=500,Width=450,scrollbars");
}
