<!--
function new_window(URL,Name,Features){                  
	popup_window = window.open(URL,Name,Features);
	if (window.focus) {popup_window.focus();}
}
function pop_window_immigrants(URL){
	popup_window = window.open(URL,'immigrants','width=525,height=160,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_immigrants2(URL){
	popup_window = window.open(URL,'immigrants','width=525,height=200,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_immigrants3(URL){
	popup_window = window.open(URL,'immigrants','width=525,height=180,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_immigrants4(URL){
	popup_window = window.open(URL,'immigrants','width=525,height=190,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_other(URL){
	popup_window = window.open(URL,'timeline','width=525,height=160,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_other2(URL){
	popup_window = window.open(URL,'timeline','width=525,height=230,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_other3(URL){
	popup_window = window.open(URL,'timeline','width=525,height=200,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
function pop_window_other4(URL){
	popup_window = window.open(URL,'timeline','width=525,height=180,scrollbars=yes,resizable=yes,top=25,left=25');
	if (window.focus) {popup_window.focus();}
}
//-->