﻿window.addEvent('domready',function(){
	menu_onload();
	$$('a[rel=_blank]').setProperty('target','_blank');
});