function positionViewer(){

window.scrollTo(0,0);
}


function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function goToLink( x_pos,  y_pos)
 {
	window.scrollTo(x_pos, y_pos);
}

window.addEvent('domready',function() {
	new SmoothScroll({ duration:1000 }, window); //700 milliseconds to get there
});



