
function openLink(link){
	
	if(link=="#"){
		return ;
	}
	window.location.href = link ;
}
