function my_go (target){
	if(target!=undefined && target!="" && target!=0){
		location.href=target;
	}
}
