
function goLink(link) {
	newWin = window.open(link);
}


function goLink2(link) {
	newWin = window.top.location(link);
}

