<!-- Hide 
	function foreignWindow(form) {
	var URL=form.foreign.options[form.foreign.selectedIndex].value;
	newWin = window.open(URL, "foreignWindow", "toolbar=yes,menubar=yes,links=1,location=yes,resizable=yes,scrollbars=yes,status=yes,position=absolute,left=5,top=0,height=520,width=600");
	if(window.focus){newWin.focus()
	};
}
// --End Hide-->
