function popMap(source){
	newView = window.open(source,"map","width=700,height=410,resizable=no,scrollbars=0");
}

function popIntro(source){
	newView = window.open(source,"popup","width=500,height=300,resizable=0,scrollbars=0");
}

function popTable(source){
	newView = window.open(source,"table","width=350,height=300,resizable=0,scrollbars=0");
}

function popFeedback(source){
	newView = window.open(source,"feedback","width=450, height=400,resizable=0,scrollbars=0");
}

function popGlossary(source) {
	newView = window.open(source,"glossary","width=400, height=450, resizable=0, scrollbars=yes");
}

function popGlossaryBig(source) {
	newView = window.open(source,"glossary","width=700, height=450, resizable=0, scrollbars=yes");
}