function init(){
	if(oldSafariBrowser == false){
		t1 = new Tween(document.getElementById('subNavigation').style,'top',Tween.regularEaseOut,-200,22,0.7,'px');
		t1.start();
	}
}

