function navTo(sLoc,sFrame) {
	eval('window.top.' + sFrame + '.location=' + 'sLoc' + ';');
}