function git(u){
	window.location = u;
};
function ac(u){
	window.open(u);
};

