
// Open new location in this window
function loc(where){
	top.location.href = where;
}