// WinOpen 

function winMap(x){
	ext_win1 = window.open(x,"winMap","width=595,Height=645,menubar=no,status=no,scrollbars=no,resizable=yes")
}

function winFact(x){
	ext_win1 = window.open(x,"winFact","width=540,Height=645,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,status=yes")
}