function FocusOn(popup) {
	window.open(popup,'FocusOn','scrollbars=yes,resize=yes,width=400,height=350,left=0,top=0');
}
function FocusLg(popup) {
	window.open(popup,'FocusLg','scrollbars=yes,resize=yes,width=400,height=440,left=0,top=0');
}	
function Glossary(popup) {
	window.open(popup,'Glossary','scrollbars=yes,resize=yes,width=400,height=400,left=0,top=0');
}
function Contact(popup) {
	window.open(popup,'Contact','scrollbars=yes,resize=yes,width=400,height=385,left=0,top=0');
}
function Maker(popup) {
	window.open(popup,'Maker','scrollbars=yes,resize=yes,width=400,height=440,left=0,top=0');
}
function Request(popup) {
	window.open(popup,'Request','scrollbars=yes,resize=yes,width=400,height=360,left=0,top=0');
}
function Privacy() {
	window.open('/privacy.html','Privacy','scrollbars=yes,resize=no,width=600,height=500,left=0,top=0');
}