function link(myLink) {
window.open(myLink, '_blank');
return false;
}

function myCurrentZone(){
	onMouseOver=this.stop();
	onMouseOut=this.start();
	scrollAmount=2;
	direction=up;
}